On this page
Angular Select Component
Angular Select directive. Customize the native `select` with custom CSS that changes initial element appearance.
Examples
Loading...
Loading...
Sizing
You may also choose from small and large custom selects to match our similarly sized text inputs.
Loading...
Loading...
Select Multiple
Themultiple
attribute is also supported:
Loading...
Loading...
Html Size
As is the htmlsize
property:
Loading...
Loading...
Disabled
Add thedisabled
boolean attribute on aselect
to give it a grayed out appearance and remove pointer events.
Loading...
Loading...
API reference
Form Module
cSelect
directive
Inputs
name | description | type | default |
---|---|---|---|
sizing | Size the label small or large. | sm |lg | undefined |
valid | Sets select validation state to valid. | boolean | undefined |