mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-20 04:01:40 +03:00
Adds missing described by
This commit is contained in:
parent
8ce7b7558b
commit
37706de125
@ -333,6 +333,7 @@ view { label, name, value, valueToString, selectedValue } attributes =
|
|||||||
isChecked
|
isChecked
|
||||||
([ Attributes.id idValue
|
([ Attributes.id idValue
|
||||||
, Widget.disabled (isLocked || config.isDisabled)
|
, Widget.disabled (isLocked || config.isDisabled)
|
||||||
|
, InputErrorAndGuidanceInternal.describedBy idValue config
|
||||||
, case ( config.onSelect, config.isDisabled ) of
|
, case ( config.onSelect, config.isDisabled ) of
|
||||||
( Just onSelect_, False ) ->
|
( Just onSelect_, False ) ->
|
||||||
onClick (onSelect_ value)
|
onClick (onSelect_ value)
|
||||||
|
Loading…
Reference in New Issue
Block a user