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

Having to click twice to unselect one input field and select another? #199

Open
scalemaildev opened this issue Aug 17, 2022 · 3 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@scalemaildev
Copy link

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?

@Insality
Copy link
Owner

Insality commented Sep 6, 2022

Probably yea, I'll try to comfort way to do this :)

@Insality Insality self-assigned this Sep 6, 2022
Insality added a commit that referenced this issue Nov 12, 2022
… value it's allow to interact with other input components while input is selected (current input will be unselected if this case)
@Insality
Copy link
Owner

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

@Insality Insality added this to the 0.11.0 milestone Nov 12, 2022
@Insality Insality added the enhancement New feature or request label Nov 12, 2022
@Insality
Copy link
Owner

Also seems it will be enabled by default, since it not very good behaviour in several other cases. It will be changed later a little

Insality added a commit that referenced this issue Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants