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!

1
Vote

Entered date not set to component and added on error class when focus out the component. Following three cases we are facing problem.


Sample: https://stackblitz.com/edit/react-8ngnop-5vcdyl?file=index.html,package.json    


Case #1: Error class added when focus out the component”

Replication Procedure:

1. Run the sample.

2. Type year, month and date.(20230504)

3. Focus out the component.

4. Error class added to the component.



Case #2: “value property returned as null

1. Run the sample.

2. Type year, month and date(20230504).

3. Focus out the component.

4. Focus the input element and get the value using ej2_instances. It returned as null.



Case #3: “Typed value automatically changed when focus out and two digit date”

1. Run the sample.

2. Type year, month and date(20230516)

3. Focus out the component.

4. Now, date picker shown as 2023050106.


Current Behavior : Not properly updated value property and above 3 causes occurs.


Expected Behavior :  Need to update correct value property and above 3 causes need to work..