English
Appearance
Home > InputEditConfig
interface InputEditConfig
Property
Modifiers
Type
Description
inputType?
'text' | 'number'
(Optional) 原生 input 类型,默认 'text'
maxLength?
number
(Optional)
onChange?
(value: string) => void
onConfirm?
placeholder?
string
type
'input'