mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 17:24:06 +03:00
Fix weird unnecessary attributes
these are free with HTML, why add them again?
This commit is contained in:
parent
0cd41218af
commit
1f6e376392
@ -172,9 +172,6 @@ internalView config =
|
||||
]
|
||||
, Html.label
|
||||
[ for id_
|
||||
, Widget.disabled config.isLocked
|
||||
, Widget.checked (Just isChecked)
|
||||
, Aria.controls id_
|
||||
, classList
|
||||
[ ( "Nri-RadioButton-RadioButton", True )
|
||||
, ( "Nri-RadioButton-RadioButtonChecked", isChecked )
|
||||
|
Loading…
Reference in New Issue
Block a user