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
The multiple
attribute is also supported:
Loading...
Loading...
Html Size
As is the html size
property:
Loading...
Loading...
Disabled
Add the disabled
boolean attribute on a select
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 |