bootbox icon indicating copy to clipboard operation
bootbox copied to clipboard

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework

Results 15 bootbox issues
Sort by recently updated
recently updated
newest added

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...

Bootstrap
Request

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...

Request
v6

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...

Bootstrap
Bug?

- Tweaks prompt form handling to apply the `was-validated` class when confirm button clicked - Adds karma tests for validation class