Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Props

Hierarchy

  • Props

Index

Properties

Optional editable

editable: undefined | false | true

label

label: string

Optional pattern

pattern: string | null

Optional placeholder

placeholder: undefined | string

Optional required

required: undefined | false | true

Optional setValue

setValue: undefined | ((value: string) => void)

Optional type

type: undefined | string

value

value: string

Generated using TypeDoc