InputConstraintsDirective
| Decorators: | @Directive |
| Selectors: | [ |
Directive to set min, max, and step attributes on form inputs
Properties
| Name | Type | Description |
|---|---|---|
| dfMax r | InputSignal<string | number | null | undefined> | |
| dfMin r | InputSignal<string | number | null | undefined> | |
| dfStep r | InputSignal<string | number | null | undefined> |