I am trying to see if there is a way to make the copy pop-up persist until user clicks button
I am trying to see if there is a way to make the copy pop-up persist until user clicks button

WCAG 2.2.1 makes it so the user gets more time.
https://www.w3.org/TR/UNDERSTANDING-WCAG20/time-limits-required-behaviors.html
The pop up that happens when a user click "copy" for copyhtml5 tells the user how many rows have been copied. Is there a way to make this persistent until a user dismisses it by clicking a button or uses a key like esc?
Answers
Currently no, there isn't an option for that, but it would be possible to add it. This is the line of code where the timer is set.
Per the function here if you set it to 0, it will persist until cleared.
I'd be very happy to take a pull request to add that option.
Allan
Thank you Allan. I will check it out.