Add "autocomplete" attribute to <$edit> and <$edit-text> widgets

This commit is contained in:
jeremy@jermolene.com
2020-11-30 18:48:04 +00:00
parent 80191903b6
commit 3406b98af6
6 changed files with 18 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
title: EditWidget
created: 201310241419
modified: 20150220161220000
tags: Widgets
caption: edit
created: 20131024141900000
modified: 20201130184647904
tags: Widgets
title: EditWidget
type: text/vnd.tiddlywiki
! Introduction
@@ -18,6 +19,7 @@ The content of the `<$edit>` widget is ignored.
|index |The index to edit |
|class |A CSS class to be added the generated editing widget |
|tabindex |Sets the `tabindex` attribute of the input or textarea to the given value |
|autocomplete |<<.from-version 5.1.23>> An optional string to provide a hint to the browser how to handle autocomplete for this input |
|cancelPopups |<<.from-version "5.1.23">> if set to "yes", cancels all popups when the input gets focus |
|inputActions |<<.from-version 5.1.23>> Optional actions that are triggered every time an input event occurs within the input field or textarea |
|refreshTitle |<<.from-version 5.1.23>> An optional tiddler title that makes the input field update whenever the specified tiddler changes |