Fix textarea issue

This commit is contained in:
Eike Kettner
2020-01-12 10:58:48 +01:00
parent 6d0c140e8e
commit 8058bdd398
5 changed files with 22 additions and 6 deletions

View File

@ -1278,8 +1278,9 @@ renderEditForm model =
[ rows 6
, autocomplete False
, onInput SetNotes
, Maybe.withDefault "" model.notesModel |> value
]
[ Maybe.withDefault "" model.notesModel |> text ]
[]
, button [ class "ui icon button", onClick SaveNotes ]
[ i [ class "save outline icon" ] []
]