Modal close methods not working in a React project. #1494
Unanswered
SadeeMsr
asked this question in
Support from community
Replies: 1 comment
-
We have created a tutorial about how to integrate React application with Tailwind Elements: I have followed the steps and managed to use the
Best Regards! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed the beta version. I am using a modal for my form. To close the modal I needed to add the button outside the modal. But every "data attribute" & " JS methods" not working for closing it from outside. It's so frustrating. Same code working for
show()
just fine. But whenever I am usinghide()
it's not working both for data-te-dismiss and JS methods written in API.Beta Was this translation helpful? Give feedback.
All reactions