Fix bad constructor when adding attrs that are not part of the parent and fix tom-select on safari

This commit is contained in:
2024-10-16 14:59:02 +02:00
parent 677ff51ea5
commit 66dceefcf0
5 changed files with 26 additions and 21 deletions

View File

@ -157,13 +157,12 @@
<h5>{% trans %}People{% endtrans %}</h5>
{% if user.was_subscribed %}
<form @submit.prevent="submitIdentification" x-show="!!selector">
<select
<ajax-select
x-ref="search"
is="ajax-select"
multiple
data-delay="300"
data-placeholder="{%- trans -%}Identify users on pictures{%- endtrans -%}"
></select>
></ajax-select>
<input type="submit" value="{% trans %}Go{% endtrans %}"/>
</form>
{% endif %}