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

Use CDN for Bootswatch, not sure if it works the same as Bootstrap and Bootstrap Icons. Needs some investigagtion.

enhancement
help wanted

If this CDN is better or preferred, please use that one https://www.bootstrapcdn.com/ Alternatively, offer functionality and documentation so that the user can easily configure to use an alternative CDN

enhancement
help wanted

Remove unnecessary blank lines generated from all the macros.

enhancement

Remove the `badge` and `use_li` parameters or rename them to `_badge`/`_use_li`, so they won't shadow user's keyword arguments. - Add a deprecation warning in 2.1.0 - Remove or rename them...

enhancement

hey there, i'm using render table with a field that sometimes has multilines (separated by `\n`, or possibly ``. is there a way to show this as multilines using render_table?...

Do we want to actively want to withhold placeholders for `BooleanField` etc where they only result in W3C validation errors? As they are never useful for these kind of input...

docs
form

When a WTForms field has no label, a label is generated from the variable name it is assigned to, e.g. for a `TextAreaWidget`. This is very useful (convention over configuration)....

enhancement
form

jinja2.exceptions.TemplateNotFound: bootstrap/nav.html

docs

Updated form rendering to properly use bootstrap v.4, it now also works with nested forms and custom form elements. Basically, I just went to [bootstrap/components/forms](https://getbootstrap.com/docs/4.1/components/forms/), and implemented the rendering based...

enhancement
in process
form

Provide a way to sort table columns. When used, the developer must indicate which column is sorted on and if the default sort is up or down. This is shown...

feature