bootbox
bootbox copied to clipboard
Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework
- Required updates for Bootstrap 5 compatibility. - Project cleanup. - Adds a handful of grunt tasks to simplify locale support and allow karma to be run against BS5 and...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...
Since Bootstrap v5 is about to go beta (last breaking changes implemented), are there plan to make bootbox BS5 friendly?
This is generating some complaints from out clients, since it's easy to perform an action like this. But **we don't want to disable** the choice to close the modal upon...
Hello Having an id attribute for button objects is a major need for test automation (which is why this new request duplicates #598 which has been closed). Here is why...
bootbox.confirm and alert use jquery's .html() (and other functions) that add content to html elements. These are a potential XSS security issue since jquery evaluates the content. Here's a working...
[Available Locales](http://bootboxjs.com/documentation.html#bb-locales) lists `br` as the language code for Brazilian Portuguese, but that is the [ISO 639-1 code for Breton](https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=br). Brazilian Portuguese should be assigned the code `pt_BR`.
I have a numerical prompt validating the input for a specific range. ```js bootbox.prompt({ title: 'Your age?', inputType: 'number', min: 18, max: 99, required: true, callback: function(result) { if (result...
We should add simple templates for `issues` and `pull requests` to make some guidelines for community. https://blog.github.com/2016-02-17-issue-and-pull-request-templates/ eg with `issues`: * bug; yes/no * feat; yes/no * version that user...
Dear Bootbox development community, May I know if we have any plan to fix CVE-2023-46998? And may I know the ETA of the new release? Cross Site Scripting vulnerability in...