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

Field resize event not propagated #1474

Closed
mbonaci opened this issue Jan 10, 2017 · 1 comment
Closed

Field resize event not propagated #1474

mbonaci opened this issue Jan 10, 2017 · 1 comment

Comments

@mbonaci
Copy link

mbonaci commented Jan 10, 2017

Hi,
I need an advice on how to tackle this bug/issue.
I'm loading some values from multiple backend places and those values arrive after the form is already rendered.
As the field fills up, if it becomes multi-line, it covers the field below it, like this:
image

Should look like this (happens after I rerender by hiding and again showing the whole field via checkbox above):
image

BTW field is always disabled.
It's too complicated to provide a viable test case. I'm more than willing to troubleshoot if someone would point me in the right direction.
Thanks

@mbonaci
Copy link
Author

mbonaci commented Jan 24, 2017

The problem went away after I added height: auto; to the CSS.

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

No branches or pull requests

1 participant