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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
Current Behavior: The button click fails to trigger on the first attempt.
Expected Behavior : The button click needs to trigger on the first attempt.