Angular Select Component
Angular Select directive. Customize the native `select` with custom CSS that changes initial element appearance.
Loading...
## Examples
Loading...
Loading...
Loading...
### Sizing
You may also choose from small and large custom selects to match our similarly sized text inputs.
Loading...
Loading...
Loading...
### Select Multiple
The `multiple` attribute is also supported:
Loading...
Loading...
Loading...
### Html Size
As is the html `size` property:
Loading...
Loading...
Loading...
### Disabled
Add the `disabled` boolean attribute on a `select` to give it a grayed out appearance and remove pointer events.
Loading...
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_ |