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