Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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

Case #1:

Unable to enter the date manually it automatically moves focus to next when we press 1 key

Sample:https://stackblitz.com/edit/react-3uvxbw-bnvxzz?file=index.js,package.json


Reproduction Steps:

  • Run the attached sample.
  • focus the year and type 2
  • You can see the issue

Expected Behavior: It should not move focus to next until we type the year properly.

Current Behavior: Unable to enter the date manually it automatically moves focus to next when we press 1 key.

Case #2:

Unable to enter the month manually it automatically moves focus to next 


Sample: https://stackblitz.com/edit/react-3uvxbw-e3sri8?file=index.js,package.json


Replication Procedure:

  • Run the sample
  • Focus the month and type "05"
  • and again focus the month and type "10"
  • You can see the issue

Expected: Month should update properly

Actual: Unable to enter the month manually it automatically moves focus to next