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

[Feature Request] VNumberInput - focus should include the increment/decrement buttons #20793

Open
Rhovv opened this issue Dec 19, 2024 · 0 comments

Comments

@Rhovv
Copy link

Rhovv commented Dec 19, 2024

Problem to solve

I have an application of a VNumberInput where I want to handle the changed value once the input is blurred / loses focus. However, this is triggered when clicking the increment/decrement buttons after the text field was selected. Adversely, if the field is not in focus and the buttons are clicked, the component also doesn't take on focus.

Proposed solution

I think the component as a whole (text filed and buttons) should all be included in a generic focus. Maybe some specific focuses like fieldFocus would then also be required, but I think that when I click on one of the input buttons, the component as a whole should now be considered in focus.

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

No branches or pull requests

1 participant