跳转到内容

单行输入框 TextEdit

多行输入框用于输入多行文本内容

使用

import {TextEdit} from 'deft-react';
function App() {
return <TextEdit text="Hello" />
}

属性

属性说明类型默认值
text文本string-
placeholder输入提示string-
disabled是否禁用booleanfalse

事件

事件说明事件类型
textchange文本发生变化
caretchange光标发生变化