You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Autocomplete] Configurable results
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Issues |
| License | MIT
TomSelect accepts by default an array of results, each item containing a "text" and a "value".
Therefore this bundle exposes results formatted like so.
However one may need to expose additional data such as a "disabled" state to customize TomSelect's rendering.
This PR aims to offer this possibility by letting `EntityAutocompleter`s drive the creation of the results array.
Commits
-------
44c0e1d [Autocomplete] Configurable results
0 commit comments