Skip to content
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][Transition] Input field inside a transition has wrong styling #5935

Open
romu70 opened this issue Nov 9, 2017 · 2 comments
Open

Comments

@romu70
Copy link

romu70 commented Nov 9, 2017

Please check this fiddle: https://jsfiddle.net/f4cufkv3/1/

The input field is placed in a transition, as result it gets a wrong styling:

  • its display mode is set to "block", so its width is wrong (does not take the width of the container)
  • it always has the "active" state, so its rendering is also wrong.

I hack it by forcing its display mode to "flex" to make it as wide as its container, but this doesn't fix the "active" state issue.

@romu70 romu70 changed the title Input field inside a transition has a wrong display mode Input field inside a transition has a wrong display mode (and so a wrong width) Nov 9, 2017
@romu70 romu70 changed the title Input field inside a transition has a wrong display mode (and so a wrong width) Input field inside a transition has wrong styling Nov 9, 2017
@awgv awgv added this to the Needs Milestone milestone Nov 9, 2017
@awgv awgv changed the title Input field inside a transition has wrong styling [Input][Transition] Input field inside a transition has wrong styling Nov 9, 2017
@stale
Copy link

stale bot commented Jun 5, 2018

There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.

However, PRs for this issue will of course be accepted and welcome!

If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!

@stale stale bot added the stale label Jun 5, 2018
@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants