GitHub

DaffHintComponent

class

import { DaffHintComponent } from '@daffodil/design/form-field'

@Component()
class DaffHintComponent {
  @Input() @HostBinding() validated: boolean = false
}

Inputs

validated
boolean
Defaultfalse
Description

Displays a validated hint UI.