Skip to content

Allow overriding confirm display

Compare
Choose a tag to compare
@programcsharp programcsharp released this 15 Feb 16:53
· 347 commits to master since this release

Add confirmPromptFunction setting to override built in use of browser confirm().

Potentially breaking change on griddly buttons that did something weird because now we do navigate using window.location if toggle was not a normal button action instead of returning true/false from the onclick -- bootbox is async so that won't work anymore.