JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Text Boxes & Inputs › SeleclAllOnFocus on NumericTextBox › Reply To: SeleclAllOnFocus on NumericTextBox
September 18, 2023 at 10:53 am
#108705
tbettinazzi@axioma.it
Participant
I tested Your solution but I’ve a onfocus trigger
<smart-numeric-text-box id=”e53796681″ input-format=”integer” class=”elemento_testo_valore” value=”0″ name=”e53796681″ required=”” onchange=”mostraAlertMsgOption(this)” onfocus=”on_focus(this)”>
and this seems to inhibit the solution You proposed.
How can I solve it ?
Tks