dynamic-forms-bootstrap / Class

InputConstraintsDirective

Decorators:@Directive
Selectors:[dfBsInputConstraints]

Directive to set min, max, and step attributes on form inputs

Properties

NameTypeDescription
dfMax
r
InputSignal<string | number | null | undefined>
dfMin
r
InputSignal<string | number | null | undefined>
dfStep
r
InputSignal<string | number | null | undefined>