-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Input floating label should expand when entering floating state #688
Comments
@hansl do you think the input should actually behave this way? |
I was thinking about it when developing, but it requires a bit of tinkering. Using a % width (like 115%) while scaling it down might solve it, let me try. |
Oh look, there's a PR. Reviewing :) |
Fix floating label to resize the width to use all available space Fixes #688.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Floating label resize the width to use all available space
What is the current behavior?
currently it scale but not resize the width, this way the text is truncated inappropriately
Current behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: