Skip to content

Commit

Permalink
[TASK] Update autocomplete property description #43
Browse files Browse the repository at this point in the history
  • Loading branch information
typecat committed May 13, 2021
1 parent 898f0bb commit a62d001
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ autocomplete
:sep:`|` :aspect:`Default:` 'false'
:sep:`|`

If set, the autocomplete feature is enabled for this field.
Controls the autocomplete attribute of a given input field. If set to true
(default false), adds attribute autocomplete="on" to the input field allowing
browser auto filling the field.

default
:sep:`|` :aspect:`Required:` false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ autocomplete
:sep:`|` :aspect:`Default:` 'false'
:sep:`|`

If set, the autocomplete feature is enabled for this field.
Controls the autocomplete attribute of a given input field. If set to true
(default false), adds attribute autocomplete="on" to the input field allowing
browser auto filling the field.

default
:sep:`|` :aspect:`Required:` false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ autocomplete
:sep:`|` :aspect:`Default:` 'false'
:sep:`|`

If set, the autocomplete feature is enabled for this field.
Controls the autocomplete attribute of a given input field. If set to true
(default false), adds attribute autocomplete="on" to the input field allowing
browser auto filling the field.

default
:sep:`|` :aspect:`Required:` false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ autocomplete
:sep:`|` :aspect:`Default:` 'false'
:sep:`|`

If set, the autocomplete feature is enabled for this field.
Controls the autocomplete attribute of a given input field. If set to true
(default false), adds attribute autocomplete="on" to the input field allowing
browser auto filling the field.

default
:sep:`|` :aspect:`Required:` false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ autocomplete
:sep:`|` :aspect:`Default:` 'false'
:sep:`|`

If set, the autocomplete feature is enabled for this field.
Controls the autocomplete attribute of a given input field. If set to true
(default false), adds attribute autocomplete="on" to the input field allowing
browser auto filling the field.

default
:sep:`|` :aspect:`Required:` false
Expand Down

0 comments on commit a62d001

Please sign in to comment.