mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Fix constraints for select fields.
This commit is contained in:
parent
f6f32dee44
commit
542a2b848e
@ -135,9 +135,7 @@ select :
|
|||||||
data
|
data
|
||||||
(Select option)
|
(Select option)
|
||||||
{ required : ()
|
{ required : ()
|
||||||
, plainText : ()
|
|
||||||
, wasMapped : No
|
, wasMapped : No
|
||||||
, initial : String
|
|
||||||
}
|
}
|
||||||
select optionsMapping invalidError =
|
select optionsMapping invalidError =
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user