You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasted all day trying to get it to work with a custom input component and all the difference I could make is to either make the form submit by tapping Next button, or to defocus the field. Unlike the other issue here I don't even have any nesting. Unlike TextField and inbuilt native inputs it won't work in any way if I use a custom element that is seemingly compliant with the requirements set in readme. Here's the element wrapper:
Basically, your focus function needs to do something.
When clicking on next on the keyboard, the next component focus function is automatically called. But in your case, the function doesn't do anything and the keyboard is incidentally closed.
@Almouro Hey, that actually works! Thanks a bunch mate, you made my day!
Now the docs must be updated to prevent this issue from happening to someone else. Will close it after the pull request gets merged.
I wasted all day trying to get it to work with a custom input component and all the difference I could make is to either make the form submit by tapping Next button, or to defocus the field. Unlike the other issue here I don't even have any nesting. Unlike TextField and inbuilt native inputs it won't work in any way if I use a custom element that is seemingly compliant with the requirements set in readme. Here's the element wrapper:
Here's how it used:
Am I doing something wrong or is it really broken?
The text was updated successfully, but these errors were encountered: