zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

Input label and input text overlapping? #193

Open jayeshjain24 opened 8 years ago

jayeshjain24 commented 8 years ago

When the focus event is off the textbox, the the label and text over lap. How can I avoid this issue?

When I manually added a class 'used' from console, the label does go up with a transition. But it doesnt solve the problem because on blur, the class 'used' is being removed so the same problem persist.

Looks like somebody had the same issue : https://github.com/delta98/ionic-material-design-lite/issues/90