-
Notifications
You must be signed in to change notification settings - Fork 718
Closed
Labels
Description
In 100% of the cases I use a confirm dialog, I am making double sure the user wants to take the action they just indicated, because the action is dangerous or has big consequences. In these cases it's dangerous to have the OK button focused by default, as I want the user to do extra work to complete the action.
Can alertify get a new property, say focusOn
, that allows one to set whether the focus should be on ok
, cancel
or none
?
neobie