Closed alex94cp closed 8 years ago
try to add a class .active to the label when updating the input value.
Another solution is keeping the label always up. You can do it via sass/css
go to sass/mdb/free/_form-basic.scss and in line 130 remove .active class.
label.active {
change to:
label {
Then compile your custom mdb.css
I have the same problem, sometimes label text overlap the input value. Removing the class fix the thing, but I miss that fancy animation :(
Form labels do not detect that the input control has content until it is focused.