Accordion Accordion (Deprecated) ActionBar Alert Avatar
Block BottomSheet
Carousel Chip Comment Compass Confirm Dialog Drawer
ElasticContainer Error Expand Filter FloatingContainer Group
Icon
ComboBox [deprecated] Input InputColor InputDate [deprecated] InputDateMulti InputDateRange InputDateTime InputMonth [deprecated] InputMonthRange [deprecated] InputNumber [deprecated] InputPhone InputRange InputSlider [deprecated] InputTag InputTime [deprecated] InputYear PrimitiveTextfield Select [deprecated] Textarea [deprecated]
Island ItemGroup ItemsWithMore Label Like LineClamp Link Loader Message
Notification Pager PdfViewer Pin Preview
Pulse Push Rating Scrollbar
Sheet SheetDialog
Status Surface SwipeActions
Tag Textfield ThumbnailCard Tiles Title
Tree

ComboBoxLegacy deprecated LEGACY

Examples API Setup
Source code
  1. Import an Angular module for forms and TuiComboBoxModule in the same module where you want to use our component:

    my.module.ts

        
        

    See samples to learn more about working with tui-data-list-wrapper or without them

  2. Declare a form ( FormGroup ) or a control ( FormControl ) in your component:

    my.component.ts

        
        
  3. Add to the template:

    my.component.html

        
        
Logo Taiga UI