{% comment %} Template for wise_core.widgets.ComboboxInput: a text input bound to a native . The browser renders and filters the suggestion popup itself, so the user can pick a known value or type a brand new one, with no JS. {% endcomment %} {% for option in widget.datalist %}{% endfor %}