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've noticed that in HxInputNumber, when the input field receives focus, all the text within is automatically selected. This is facilitated by the following line in BuildRenderInput:
I find this feature quite useful and was wondering if it could be implemented as an optional behavior for HxInputText as well. Having the ability to enable or disable this auto-selection on focus would be a great enhancement for user experience.
Is there a possibility to introduce this feature? I can prepare pull request if approved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've noticed that in
HxInputNumber
, when the input field receives focus, all the text within is automatically selected. This is facilitated by the following line inBuildRenderInput
:I find this feature quite useful and was wondering if it could be implemented as an optional behavior for
HxInputText
as well. Having the ability to enable or disable this auto-selection on focus would be a great enhancement for user experience.Is there a possibility to introduce this feature? I can prepare pull request if approved.
Beta Was this translation helpful? Give feedback.
All reactions