ComboBox, MultiSelectSelect
is a field with dropdown to choose one item.
If you need to set some attributes or listen to events on native input
, you can put it inside with Textfield
directive as shown below
You can use Select
with ScrollingModule
from @angular/cdk/scrolling .
You can enable native select on mobile devices by putting select
inside with tuiSelect
directive as shown below