When using chained select, dependent doesn't clear value when the field it depends on clears
jacklinke opened this issue · 1 comments
jacklinke commented
If using chained selects with filter_by
,
- Select a value in the filtering select field
- Select a value in the filtered (dependent) select field
- Change the filtering select field to a new value
The filtered select should be cleared out, because its existing value depended on the previous value of the filtering select, and may not actually be valid any longer.