default with placeholder
default
disabled
clear clearer
textured
round
round lightFocus
round lightFocus semiTransparent
star
starclear
check
<dui-input>
[(ngModel)]
formControlName
@Input() auto-focus?: boolean
@Input() clearer?: boolean
@Input() disabled?: boolean
@Input() icon?: string
@Input() iconSize?: number
@Input() lightFocus?: boolean
@Input() max?: number
@Input() maxLength?: number
@Input() min?: number
@Input() minLength?: number
@Input() name?: string
@Input() noControls?: boolean
@Input() placeholder?: string
@Input() readonly?: boolean
@Input() required?: boolean
@Input() round?: boolean
@Input() semiTransparent?: boolean
@Input() step?: number
@Input() textured?: boolean
@Input() type?: string
@Input() value?: any
@Output() blur?: FocusEvent
@Output() disabledChange?: boolean
@Output() enter?: KeyboardEvent
@Output() esc?: KeyboardEvent
@Output() focus?: FocusEvent
@Output() keydown?: KeyboardEvent
@Output() keyup?: KeyboardEvent
@Output() valueChange?: any
error: boolean
input: Signal<ElementRef<any>>
isFocused: Signal<boolean>
valid: boolean
clear(): void
focusInput(): void
setValue(value: any): void