sh977218 / ts-etl-ui

0 stars 0 forks source link

MultiSelect Dropdown should not intercept search click #431

Closed ludetc closed 1 week ago

ludetc commented 2 weeks ago

The overlay prevents clicking search, which required 2 clicks.

Basic HTML Select does not have this issue, only mat-select does.

ludetc commented 1 week ago

What did we decide to do about this?

sh977218 commented 1 week ago

What did we decide to do about this?

Angular material select dropdown does not support this feature. When use clicks outside while dropdown opens, the click event is captured by backdrop and closes dropdown. And this is intended behavior.