You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The problem is due to a default behavior of semantic UI modal to set autofocus to true and to the first element within the modal. This can be solved easily by changing the modal autofocus to FALSE.
Just add this line in the list of settings provided to modal fuction in ui. c("autofocus", "false")
This issue can be reproduced using the code below
Possibly related to #311?
The text was updated successfully, but these errors were encountered: