-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regression for input select with floating label #12068
Comments
same here, using 3.4.0, label floats on top of the element when input has some text. |
Can you provide some source code that reproduces the issue? |
This is till an issue in 3.5.3 Use Floating input with type="number" then enter any non number character and it will overlap. If you only enter numbers then it will function as desired but I assume that anything that breaks the type category is what breaks it. |
It's because you did not contain ion-input and ion-label in ion-item. Inside that container everything work great. So I don't know if it should work like that. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[X ] 3.x
I'm submitting a ... (check one with "x")
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
After the user completes his choice, the floating label returns back over the user's input.
Expected behavior:
the label has to remain "up"
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: