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
Currently in order to unselect one input field and select another you have to click twice. The first click unselects input A and the second selects input B. Is there any way to combine this behavior so that it behaves more like a typical internet form?
The text was updated successfully, but these errors were encountered:
Currently testing the solution, pushed in develop branch, you can see the attached commit to take this changes right now if you want
It will be additional input style flag to consume input while input is selected. It's mean other input components also can be interacted while Input field is selected
It's provide behaviour like your wrote in the issue
Currently in order to unselect one input field and select another you have to click twice. The first click unselects input A and the second selects input B. Is there any way to combine this behavior so that it behaves more like a typical internet form?
The text was updated successfully, but these errors were encountered: