bootbox
bootbox copied to clipboard
Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework
Bootbox.js lacks the ability for modals to trap focus within an opened modal. This is a web accessibility issue that should to be resolved. Bootstrap.js version v5.x has a built-in...
It seems like animate.css changed their class names. They prefixed names with "animate__". So the example: className: 'rubberBand animated' should now be: className: 'animate__rubberBand animate__animated'
```js bootbox.dialog({ message: 'This dialog demonstrates many of the options available when using the Bootbox library', ..., // other options buttons: { myButton: { label: 'Fee', className: 'btn-primary', // allow...
Guys, ``` Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or...
- Tweaks prompt form handling to apply the `was-validated` class when confirm button clicked - Adds karma tests for validation class