helloflask / helloflask/bootstrap-flask

DecimalRangeField and IntegerRangeField field types do not render the value

Open
#278 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.