kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Validating the NumericTextBox by blurring when validateOnBlur is disabled removes the k-invalid class

Open martintabakov opened this issue 7 months ago • 0 comments

Bug report

In a scenario where a Validator is created with validateOnBlur:false, and is used to validate a NumericTextBox, if the component is focused and blurred after validation, the k-invalid class is removed.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/lJzoPddG/3
  2. Click the button to validate the fields.
  3. Focus and blur the NumericTextBox

Current behavior

The k-invalid class, and the styles associated with it, are removed

Expected behavior

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]

martintabakov avatar Mar 13 '25 11:03 martintabakov