Presto
GitHub
Getting Started
Packages
View Model
Final Form
REST
Routing
UI
FieldFormatter
FieldWidget
getFormatterForField
InputProps
UiProvider
useUi
Formatters
BooleanFormatter
CharFormatter
ChoiceFormatter
DateFormatter
DateTimeFormatter
ImageFormatter
JsonFormatter
LinkFormatter
NumberFormatter
RangeFormatter
TimeFormatter
UI ANTD
Util
On this page
Props
Examples
basic
ChoiceFormatter
Source
import { ChoiceFormatter } from "@prestojs/ui";
ChoiceFormatter
<
T
>
(
props
)
Source
Component Props:
Prop
Type
Description
*
props
An object with the properties below
props.blankLabel
ReactNode
*
props.choices
[
any
,
string
]
[]
|
Map
props.invalidChoiceLabel
ReactNode
*
props.value
T
props.warnOnInvalidChoice
boolean
Examples
Javascript
Typescript
basic
Show Code