Hierarchy

Properties

defaultValue?: string

A value set at initialization and after each time data has been added to the DynamicList component This property should always match a value from the options array

id?: string

id html element id attribute

name?: string

element name attribute

options?: {
    label: string;
    value: string | number;
}[]

Array of options that can be selected from

Type declaration

  • label: string
  • value: string | number
placeholder?: string

element placeholder attribute

transform?: ((value) => unknown)

Type declaration

    • (value): unknown
    • Optional transformer that will change the final value to match the return value

      Parameters

      • value: string

      Returns unknown

Generated using TypeDoc