bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

Bootstrap 4 & 5 helper for your Flask projects.

Results 61 bootstrap-flask issues
Sort by recently updated
recently updated
newest added

Please see https://floating-ui.com/docs/migration and migrate the files in `static/bootstrap5/umd` from Popper 2 to Floating UI and also where Popper 2 is used.

enhancement
help wanted

I am using bootstrap-select: ``` ``` with data-live-search feature: ``` {{ render_field(form.user_id, form_type='horizontal', id='userid', **{'data-live-search': 'true'}) }} $(document).ready(function() { $('#userid').selectpicker(); }); ``` The result of rendering is: ![image](https://user-images.githubusercontent.com/32905985/227887220-e108ba61-0a95-41cd-9cf9-97f1504ccf6e.png) which does...

form

When using DecimalRangeField and IntegerRangeField data types, the actual value that the field is set to (in the resulting slider) is never rendered. This behavior is also present in your...

form

WTForms [form_errors](https://wtforms.readthedocs.io/en/3.0.x/forms/#wtforms.form.Form.form_errors) are form-wide (non-field) error messages These are not displayed by `render_form()` An example, say you wanted to validate that username and password are not the same...this would be...

form

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

When using [floating labels](https://getbootstrap.com/docs/5.3/forms/floating-labels/) the label has to go _after_ the input field. I can't find a way of achieving this with bootstrap-flask? https://github.com/helloflask/bootstrap-flask/discussions/352

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies