select an option in the dropdown (say, ‘Peppermint’) and then
make it invisible, either by searching/filtering for prefixes not in my selection (say, ‘Co’ to match both ‘Cookies and Cream’ and ‘Coconut’) or by externally changing the options= prop, and I subsequently
press the Add all button,
then
this does not only cause the component to select all currently visible options, but also to deselect the now-invisible one.
I believe that this is not the intended behaviour, as the Clear all button only deselects visible values while leaving invisible ones untouched.
If I:
options=
prop, and I subsequentlythen
I believe that this is not the intended behaviour, as the Clear all button only deselects visible values while leaving invisible ones untouched.