mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-15 02:11:45 +03:00
Fix Select missing label
This commit is contained in:
parent
3936ed26dc
commit
b920840d50
@ -72,7 +72,6 @@ describe('UI tests', function () {
|
||||
const skippedRules = {
|
||||
'Accordion': ['heading-order'],
|
||||
'RadioButton': ['duplicate-id'],
|
||||
'Select': ['label'],
|
||||
'Switch': ['aria-allowed-attr'],
|
||||
}
|
||||
|
||||
|
@ -85,7 +85,7 @@ type alias State =
|
||||
{-| -}
|
||||
init : State
|
||||
init =
|
||||
{ label = Control.string "Tortilla Selector"
|
||||
{ label = Control.record identity |> Control.field "label" (Control.string "Tortilla Selector")
|
||||
, attributes = initControls
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user