Closed kit047 closed 2 years ago
Hey there,
I've tried reproducing this issue here, but haven't had any luck. Could you take a look and see if you could reproduce it? It may also be helpful to know which versions of @astrouxds/react
and React you are using.
Thanks!
I believe you are correct - I was a few versions behind - 6.6.0
. I forgot we had locked the version a while back. Updating to 6.13.1
seemed to have fixed the issue I was seeing.
I will close the issue.
Thanks!
I am utilizing
RuxButton
in React and when a button isdisabled
, theonClick
event still fires when a user clicks it. The button does look disabled, so it is a bit jarring to have feedback upon a user click.Note - a
RuxButton
oftype=submit
does not fire anonSubmit
event from a parent form. This is working as expected.