mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
Merge pull request #94 from ollef/edge-case
Change the order of text input type and value attributes
This commit is contained in:
commit
06be0169f1
@ -741,8 +741,8 @@ textHelper textInput attrs textOptions =
|
||||
case textInput.type_ of
|
||||
TextInputNode inputType ->
|
||||
( "input"
|
||||
, [ value textOptions.text
|
||||
, Internal.Attr (Html.Attributes.type_ inputType)
|
||||
, [ Internal.Attr (Html.Attributes.type_ inputType)
|
||||
, value textOptions.text
|
||||
, spellcheck textInput.spellchecked
|
||||
, Internal.htmlClass classes.inputText
|
||||
, case textInput.autofill of
|
||||
|
Loading…
Reference in New Issue
Block a user