symfony / ux

Symfony UX initiative: a JavaScript ecosystem for Symfony
https://ux.symfony.com/
MIT License
858 stars 315 forks source link

[Autocomplete] Allow configuring TomSelect’s `labelField` #2382

Closed MatTheCat closed 3 days ago

MatTheCat commented 1 week ago
Q A
Bug fix? no
New feature? yes
Issues Fix #2375
License MIT
github-actions[bot] commented 1 week ago

📊 Packages dist files size difference

Thanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR. Please review the changes and make sure they are expected.

FileBefore (Size / Gzip)After (Size / Gzip)
Autocomplete
controller.js 15.04 kB / 3.62 kB 15.26 kB+1% 📈 / 3.66 kB+1% 📈
smnandre commented 5 days ago

@MatTheCat thank you :)

A small changelog update + maybe doc mention ?

And LGTM indeed!

MatTheCat commented 5 days ago

Added a changelog entry :ok_hand:

This would be part of tom_select_options but the documentation does not provide the list of supported ones so I’m not sure how I could document this.

Kocal commented 3 days ago

Thank you @MatTheCat.