Files
web/web_widget_dropdown_dynamic/readme/DESCRIPTION.rst
Alexey Pelykh 5f03f1b541 [ADD] web_widget_dropdown_dynamic
[UPD] Update web_widget_dropdown_dynamic.pot

[UPD] Update web_widget_dropdown_dynamic_example.pot

[UPD] README.rst

[ADD] icon.png

[UPD] README.rst
2021-11-30 16:11:40 +07:00

10 lines
307 B
ReStructuredText

Dynamic dropdown widget that supports resolving options from backend of:
* ``fields.Char``
* ``fields.Integer``
* ``fields.Selection``
**NOTE:** This widget is not intended to *extend* ``fields.Selection``, but to
filter selection values. For fully-dynamic set of options, use ``fields.Char``
instead.