IxButton with type submit does not works on second click #1646
Labels
type: bug
Something isn't working
Workflow: Issue created
JIRA issue is created and will be analyzed
Prerequisites
What happened?
I have a form in my react application and it has an onSubmit event listener. When I click on the submit IxButton the first time then the submit event gets fired and the form gets submitted. After this when I click the submit IxButton the second time the submit event does not gets fired and nothing happens. I would like the form to get submitted for the second click as well.
If I use plain html submit button it works fine.
See: https://stackblitz.com/edit/vitejs-vite-hz4dmfvw?file=package.json,src%2FApp.tsx&terminal=dev
What type of frontend framework are you seeing the problem on?
React
Which version of iX do you use?
2.6.0
Code to produce this issue.
See the stackblitz link in the description ☝
The text was updated successfully, but these errors were encountered: