SEV-392: combobox setOptions() for reactive parent-fed option lists #5
Reference in New Issue
Block a user
Delete Branch "sev-392/combobox-setoptions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to the combobox:
setOptions(arr)so a parent can feed a reactive option list in viax-effect="setOptions(vpicMakes)"— the reliable way to pass a parent component's reactive array into the nestedx-data(a plain closure over the parent scope doesn't track Alpine updates). Falls back toconfig.optionsfor static lists. 18/18 tests pass. No consumers yet.