Thursday, March 27, 2025
1 change · master
Code cleanup and technical improvements
The Frontdesk and Social Twitter areas now use a newer, more flexible way to show autocomplete choices. This is an internal cleanup that should preserve current behavior while making future interface changes easier.
Original PR description
\* frontdesk, social_twitter This commit removes the props `optionTemplate` from `AutoComplete` and replaces all occurence by `optionSlot`. Slots give more power than templates. If we want to use a template, we can still `t-call` it in the slot. task-4660366