Added focusCancelBtn property that focuses on the cancel button by default.
Added reverseButtons property that reverses the cancel and confirm button order.
Added customActions property that overrides the buttons in the alert message. In here it would be possible to create more buttons or add some custom behaviour.
I also updated the readme documentation with these changes and added and updated a example with these features.
Added
focusCancelBtn
property that focuses on the cancel button by default. AddedreverseButtons
property that reverses the cancel and confirm button order. AddedcustomActions
property that overrides the buttons in the alert message. In here it would be possible to create more buttons or add some custom behaviour.I also updated the readme documentation with these changes and added and updated a example with these features.
Closes #42 Closes #34