'daff-quantity-select'
| Name | Type | Description | |||
|---|---|---|---|---|---|
| select | DaffNativeSelectComponent |
||||
| @Input() min | 1 | ||||
| @Input() max | 10 | ||||
| @Input() extendable | true | _value | 1 | ||
| value | |||||
| ngControl | NgControl | ||||
| onValueChange | Callback function fired when the value changes. Used to pass the value back up to the ngControl. | ||||
| focused | boolean | ||||
| focus | |||||
| onFocus | |||||
| valueArray | A helper function for easily making options for the `select`. |