SEV-392: combobox setOptions() for reactive parent-fed option lists #5

Merged
bastian merged 1 commits from sev-392/combobox-setoptions into main 2026-06-10 19:09:15 -04:00

1 Commits

Author SHA1 Message Date
Bastian de Byl a943dd0ebd SEV-392: combobox setOptions() for reactive parent-fed option lists
Passing a parent component's reactive array into the nested combobox x-data
needs x-effect="setOptions(vpicMakes)" — a plain closure over the parent
scope doesn't track Alpine updates. Falls back to config.options for static
lists. 18/18 tests pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 19:09:00 -04:00