Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

A console error appears when the input field is empty, and the component is focused out for the second time using a custom adaptor.

Sample: 


Replication Steps:

  1. Run the sample.
  2. Focus into the input field, then focus out.
  3. Try to focus into the field again.
  4. You should encounter the issue.

Expected Behavior: The console error should not occur.

Actual Behavior: A console error occurs when focusing out of an empty input field.