Type Parameters

  • T = any

Hierarchy

Properties

className?: string

CSS Class name for additional styles

hideIfEmpty?: boolean

Sets whether the field should not be visible if the value is empty (default: false)

id?: string

Form control id

inlineMode?: boolean

Hide options not needed in the “inline” scenario

label?: string

Form control label

tooltipContent?: ReactNode

A tooltip of additional information

transform?: TransformerFunction<T, string | number | string[] | number[]>

Transform functions

value?: any

Value to be displayed

Generated using TypeDoc