zachfitz/Ionic-Material

Input label and input text overlapping?

jayeshjain24 opened this issue · 0 comments

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 : jjaybrown/ionic-material-design-lite#90