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

Issue Description:

When the numeric value is affected (using state) in the change event of the numeric text box, which is inside the Dialog component, And typing a value in text box and clicking the submit button will not trigger the submit action on the first attempt.


>>>>>>>> 

Sample : https://stackblitz.com/edit/react-9g8xrh-aa2yum?file=index.js,index.css

>>>>>>>> 

Note : When we change the value by using Spin button that time it will works.


Component : TextBox,Numeric Textbox


Replication Procedure: 

  • Run the Sample
  • Click the Open Numeric Dialog Button.
  • Enter the value in the numeric text box .
  • Click the submit button, See the issue (it will not trigger on first time )

Current Behavior: The button click fails to trigger on the first attempt.


Expected Behavior : The button click needs to trigger on the first attempt.