helloflask / helloflask/bootstrap-flask
DecimalRangeField and IntegerRangeField field types do not render the value
Open
form
- Dominant language
- SCSS
- Stars
- 1.2k
- Forks
- 193
- Avg merge
- 4m
- Merged PRs (30d)
- 3
Description
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 own official example:
http://173.212.227.186/form
```
integerslider = IntegerRangeField(render_kw={'min': '0', 'max': '4'})
```
Is there some undocumented way to render the value of the slider? Otherwise, its confusing to know what value is being submitted, especially for a large range of values.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.