Open SBillion opened 6 years ago
Problem still exists. pip list Package Version
cachelib 0.6.0 click 8.1.2 Flask 2.1.1 Flask-Session 0.4.0 Flask-WTF 1.0.1 gunicorn 20.1.0 importlib-metadata 4.11.3 itsdangerous 2.1.2 Jinja2 3.1.1 MarkupSafe 2.1.1 pip 22.0.4 setuptools 58.1.0 Werkzeug 2.1.1 WTForms 3.0.1 zipp 3.8.0
TypeError: 'bool' object is not subscriptable
inputfield1 = DecimalField(label='Take Profit1 Price', rounding=None, use_locale=True)
Workaround: remove use_locale=True. But I like to use locale. Please give advice. Thanks
I would like to set use_locale on a DecimalField in form_extra_fields. Unfortunately, I got the following error: