-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: NumericTextBoxF: MVVMFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Low
Milestone
Description
Bug report
When the Kendo UI NumericTextBox widget is implemented via the MVVM pattern, the property "selectOnFocus" can't be set with the 'data' attribute.
Reproduction of the problem
-
Create a NumericTextBox widget by using MVVM pattern;
-
Set data-selectOnFocus="true" to the input element for the NumericTextBox;
-
Enter a value in the NumericTextBox and focus it;
-
The entered value is not selected;
A Dojo sample for reproduction: https://dojo.telerik.com/aTidozIC
Expected/desired behavior
When the Kendo UI NmericTextBox with MVVM is configured with option data-selectOnFocus="true", the entered value should be selected, once the input element is focused.
Environment
- **Kendo UI version:**2021.1.224
- jQuery version: 1.12.4
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: NumericTextBoxF: MVVMFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Low