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

maximum update depth exceeded when pressing enter on a multiline TextInput #6

Closed
shessafridi opened this issue Dec 28, 2020 · 3 comments

Comments

@shessafridi
Copy link

This issue not present in V1.0.14, I haven't checked V1.0.15 but it's present in the latest version
The expected behaviour is enter should add a line break but instead the component freezes.

@shessafridi
Copy link
Author

Bro any plans to fix this issue ? I am using this library in production so a fix would be great 🙂

@ValentinnDimitroff
Copy link
Owner

Hey there, last weeks have been quite busy - sorry for respondin that late :(

Yes, I'll have a look and try to fix it asap!

@ValentinnDimitroff
Copy link
Owner

Well, maybe you have missed out a subtle detail - the ShowLayout components are ment to work together with Field-type components, not Input-type components. So all kind of issues could be expected when you mix these two.

Though I got your pain and why you tried to use it inside a form. I am working on a FormLayout wrapper similiar to the ShowLayout component which will allow you to do just what you wanted to. So stay tuned for this one to appear soon.

Cheers

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

2 participants