Files
web/web_widget_dropdown_dynamic/readme/DESCRIPTION.rst
Alexey Pelykh ad4b8e26ca [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-05-28 16:13:36 +02: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.