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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: