mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Disable autocomplete on some input fields
This commit is contained in:
@ -762,7 +762,10 @@ renderEditForm model =
|
||||
]
|
||||
,div [class "field"]
|
||||
[div [class "ui action input"]
|
||||
[textarea [rows 7, onInput SetNotes][Maybe.withDefault "" model.notesModel |> text]
|
||||
[textarea [ rows 6
|
||||
, autocomplete False
|
||||
, onInput SetNotes
|
||||
][Maybe.withDefault "" model.notesModel |> text]
|
||||
,button [class "ui icon button", onClick SaveNotes]
|
||||
[i [class "save outline icon"][]
|
||||
]
|
||||
|
Reference in New Issue
Block a user