Skip to main content
Version: v3

TextInput

Type

(props: Props) => result: RenderFunc

Props: object

NameDescriptionRequiredTypeDefault
labeltext labelNOstring-
disabledwhether to disable the input boxNOboolean-
multilinewhether multi-lineNOboolean-
placeholderplaceholder text for the input boxNOstring-
rowsnumber of rowsNOnumber-
boldboldNOboolean-
valuethe value of the text boxNOstring-
rowsnumber of rowsNOstring-
onChangeinput eventNO(value: string) => void-
settingsKeyThe key to store the value in the Settings Storage APINOstring-
labelStyleThe style of the text, supporting CSS propertiesNOobject-
subStyleStyle object for the bottom text, supports CSS propertiesNOobject-