Textfield label does not disappear when text is entered
Closed this issue · 3 comments
kittykatattack commented
Hello,
I'm experience this strange effect with 8.1:
Here's the code that produces this:
mdlTextfield id msg =
Textfield.render MDL [ id ] model.mdl
[ Textfield.autofocus
, Textfield.maxlength 1000
, Textfield.label "Enter words here..."
, Options.on "input" (Json.map msg targetValue)
, Options.input
[ -- css "font-size" "1.3em"
]
]
[]
Has anyone else experienced this?
It might just be something quirky with my installation... ?
Matsebassen commented
I'm having the same issue. It's very strange, I hope there will come a fix for this.
And yes, it's similar to the issue with floating labels