Closing the modal after a certain time #7206
erfan-goodarzi
started this conversation in
Feature requests
Replies: 2 comments
-
You can do that with setTimeout. It is outside the library scope. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yup i know that we can do it by setTimeout but it could be helpful. So what is considered in its scope? |
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
-
It would be great if we have a prop something like
closeAfter
, Such ascloseOnClickOutside
andcloseOnEscape
.We can set a time for a modal to close automatically.
Beta Was this translation helpful? Give feedback.
All reactions