Skip to content

Commit

Permalink
remove placeholder from required dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Mar 13, 2023
1 parent cfd5194 commit adf77cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
is_selector: attr.is_selector|default(false),
is_dynamic: attr.is_dynamic|default(false),
has_select_all_toggler: attr.has_select_all_toggler|default(false),
placeholder: attr.placeholder|default(),
placeholder: attr.placeholder|default(none),
} %}
{% endif %}
{%- endblock choice_widget -%}

0 comments on commit adf77cc

Please sign in to comment.