通过鼠标或键盘输入内容,是最基础的表单域的包装。
需要用户输入表单域内容时。
提供组合型输入框,带搜索的输入框,还可以进行大小选择。
{"Input": {"bind": "Input_value","edit": {"type": "Input","props": {}}}}
interface IProps extends InputProps, Component.PropsEditComponent {}
其他属性见 Antd Input
通过鼠标或键盘输入内容,是最基础的表单域的包装。
需要用户输入表单域内容时。
提供组合型输入框,带搜索的输入框,还可以进行大小选择。
{"Input": {"bind": "Input_value","edit": {"type": "Input","props": {}}}}
interface IProps extends InputProps, Component.PropsEditComponent {}
其他属性见 Antd Input