fix: improve SearchableSelect with label resolution for pre-selected items

- Fetch post titles for pre-selected IDs on mount via include[] param
- Cache labels from search results to avoid re-fetching
- Filter already-selected items from dropdown results
- Add loading spinner and no-results message
- Update PHP autocomplete handler to support include[] param
- Fix CSS class conflict warning
This commit is contained in:
dwindown
2026-04-19 15:47:59 +07:00
parent 7ba92022d5
commit 1a10c18c31
6 changed files with 109 additions and 29 deletions

File diff suppressed because one or more lines are too long