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
Setting the SelectAllOnFocus="True" property on a NumericUpDown control has no efect, on other and using the Controls:TextBoxHelper.SelectAllOnFocus="True" work as expected, selecting all text.
Expected outcome
Setting the SelectAllOnFocus="True" on a NumericUpDown control should have the same behavior like the Controls:TextBoxHelper.SelectAllOnFocus="True"