debois / elm-mdl

Elm-port of the Material Design Lite CSS/JS library
Apache License 2.0
965 stars 133 forks source link

Add more types to Textfield #335

Closed aforemny closed 3 years ago

aforemny commented 7 years ago

It has brought up that Textfield should allow more types than currently email, password, etc. I think it is a good idea to set more standard types as well as custom types.

I think this will require us to style pseudo elements (see v8 Textfield demo with email type). In v8 I do not want to work out the styling issue (#300) yet.