mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 06:33:09 +03:00
Merge branch 'master' into zamboni/convert-styleguide-app-to-0.19
This commit is contained in:
commit
9dbc1e1a33
2
elm.json
2
elm.json
@ -3,7 +3,7 @@
|
||||
"name": "NoRedInk/noredink-ui",
|
||||
"summary": "UI Widgets we use at NRI",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "6.1.5",
|
||||
"version": "6.1.6",
|
||||
"exposed-modules": [
|
||||
"Nri.Ui.Alert.V2",
|
||||
"Nri.Ui.AssetPath",
|
||||
|
@ -115,6 +115,7 @@ view_ theme model =
|
||||
Css.minHeight heightForStyle
|
||||
]
|
||||
[ Events.onInput model.onInput
|
||||
, Attributes.value model.value
|
||||
, Attributes.id (generateId model.label)
|
||||
, Attributes.autofocus model.autofocus
|
||||
, Attributes.placeholder model.placeholder
|
||||
@ -127,7 +128,7 @@ view_ theme model =
|
||||
else
|
||||
"false"
|
||||
]
|
||||
[ Html.text model.value ]
|
||||
[]
|
||||
]
|
||||
, if not model.showLabel then
|
||||
Html.label
|
||||
|
Loading…
Reference in New Issue
Block a user