Pander
Pander
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.
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...
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:...
Use CDN for Bootswatch, not sure if it works the same as Bootstrap and Bootstrap Icons. Needs some investigagtion.
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
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...
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)....
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...
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...