ChoiceFormatter
Sourceimport { ChoiceFormatter } from "@prestojs/ui";
Params:
| Parameter | 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 | ||
Returns:ReactElement