Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace uiUtils

Index

Functions

Const getHtmlInputProps

  • getHtmlInputProps(props: any): any
  • Extract input props for the FormComponentInner

    Parameters

    • props: any

      All component props

    Returns any

    Initial props + props specific to the HTML input in an inputProperties object

Const whitelistInputProps

  • whitelistInputProps(props: any): HTMLProps<HTMLInputElement>
  • Extract input props for the FormComponentInner

    Parameters

    • props: any

      All component props

    Returns HTMLProps<HTMLInputElement>

    Initial props + props specific to the HTML input in an inputProperties object

Generated using TypeDoc