Open TomSesselmann opened 6 years ago
Would be good to have a native date/time picker in Element.Input
Unfortunately you can't set the type attribute of a text input field in style-elements as described here #64
type
The best workaround I can find at the moment is
node "input" <| el None [ attribute "type" "datetime-local" ] (text "")
Also <input type=number> would be good to add too.
<input type=number>
The big picture of what I'm trying to do
Would be good to have a native date/time picker in Element.Input
Unfortunately you can't set the
type
attribute of a text input field in style-elements as described here #64The best workaround I can find at the moment is
Versions