mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 16:32:11 +03:00
Merge pull request #1070 from NoRedInk/bat/reduce-prominence-of-errorIf
Remove errorIf options from styleguide examples
This commit is contained in:
commit
9c093ee094
@ -294,16 +294,6 @@ controlAttributes =
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|> ControlExtra.optionalListItem "disclosure" controlDisclosure
|
|> ControlExtra.optionalListItem "disclosure" controlDisclosure
|
||||||
|> ControlExtra.optionalListItem "errorIf"
|
|
||||||
(Control.map
|
|
||||||
(\inError ->
|
|
||||||
( "RadioButton.errorIf " ++ Debug.toString inError
|
|
||||||
, RadioButton.errorIf inError
|
|
||||||
)
|
|
||||||
)
|
|
||||||
<|
|
|
||||||
Control.bool True
|
|
||||||
)
|
|
||||||
|> ControlExtra.optionalListItem "errorMessage"
|
|> ControlExtra.optionalListItem "errorMessage"
|
||||||
(Control.map
|
(Control.map
|
||||||
(\message ->
|
(\message ->
|
||||||
|
@ -153,15 +153,6 @@ initControls =
|
|||||||
)
|
)
|
||||||
(Control.bool True)
|
(Control.bool True)
|
||||||
)
|
)
|
||||||
|> ControlExtra.optionalListItem "errorIf"
|
|
||||||
(Control.map
|
|
||||||
(\bool ->
|
|
||||||
( "Select.errorIf " ++ Debug.toString bool
|
|
||||||
, Select.errorIf bool
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(Control.bool True)
|
|
||||||
)
|
|
||||||
|> ControlExtra.optionalListItem "errorMessage"
|
|> ControlExtra.optionalListItem "errorMessage"
|
||||||
(Control.map
|
(Control.map
|
||||||
(\str ->
|
(\str ->
|
||||||
|
@ -385,8 +385,6 @@ controlAttributes =
|
|||||||
)
|
)
|
||||||
|> ControlExtra.optionalBoolListItem "hiddenLabel"
|
|> ControlExtra.optionalBoolListItem "hiddenLabel"
|
||||||
( "TextInput.hiddenLabel", TextInput.hiddenLabel )
|
( "TextInput.hiddenLabel", TextInput.hiddenLabel )
|
||||||
|> ControlExtra.optionalBoolListItem "errorIf"
|
|
||||||
( "TextInput.errorIf True", TextInput.errorIf True )
|
|
||||||
|> ControlExtra.optionalListItem "errorMessage"
|
|> ControlExtra.optionalListItem "errorMessage"
|
||||||
(Control.map
|
(Control.map
|
||||||
(\str ->
|
(\str ->
|
||||||
|
Loading…
Reference in New Issue
Block a user