Clear Button in Multiselect Doesn't Trigger Blur

Curious to know if this is intended behavior - when a user selects the clear icon in a multiselect, the blur() trigger is not called.

Hey @jgao18!

The current behavior is that clicking the clear button does not affect the focus state of inputs.

The most important one here is that if the component is already selected, clicking clear won't blur the component so it mirrors what happens if the user selects the full input and hits delete.

That being said, if the component is not focused, it also won't grab focus when you click the clear button. That is working as intended but I'm curious to know what people's expected behavior is here :thinking: