RootCauseunvalidated
The clear/remove action stops event propagation, so the dropdown's click handler is not triggered. Additionally, clearing can also occur via Backspace key, which requires keydown handling rather than only click.
bd5e9a00-8cb5-4bb9-8153-8190d08c5ba6
The clear/remove action stops event propagation, so the dropdown's click handler is not triggered. Additionally, clearing can also occur via Backspace key, which requires keydown handling rather than only click.