Pander

Results 284 issues of Pander
trafficstars

A question for usage of kwargs, how to add a key without a value such as https://www.w3schools.com/tags/att_input_autofocus.asp Will add example usage to the example application when I have the answer.

docs

I have a form with submit = SubmitField('Search') and a template with {{ render_field(form.submit) }} which renders to but I want the [search icon](https://icons.getbootstrap.com/icons/search/) on the submit button instead of...

docs

Where can we add the following links for validation of the examples? Bootstrap 4: - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2F - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Fform - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Fnav - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Fpagination - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Fflash - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Ftable - https://validator.w3.org/nu/?doc=http%3A%2F%2F173.212.198.217%2Ficon Bootstrap 5:...

docs

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

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

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

Please support customization of validation messages as described in https://getbootstrap.com/docs/5.1/forms/validation/#custom-styles An alternative way or workaround is with `oninvalid` and `oninput`: term = SearchField('term', validators=[DataRequired(), Length(1, 75)], render_kw={ 'class': 'form-control-lg', 'oninvalid':...

Please support horizontal align for rendering of `td` in tables, similar to how table header titles are overridden. Default is align left, as is now. User should be able to...

table