IntegerChoicesWidget
Sourceimport { IntegerChoicesWidget } from "@prestojs/ui-antd";
Deprecated:
Component Props:
| Prop | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.asyncChoices | AsyncChoicesInterface | ||
| * | props.choices | |[T, string][]||[ValueType, string][] | |
| * | props.input | InputProps | |
| props.multiple | boolean | ||
| props.ref | React.RefObject | ||
| props.widgetType | "select"|"checkbox"|"radio" | ||