soft-keyboard
v1.0.7
Published
<!-- * @Description: * @version: * @Author: * @Date: 2022-07-05 18:06:47 * @LastEditors: * @LastEditTime: 2022-07-05 18:07:03 --> 支持软键盘硬件盘同时输入 `import Keyboard from 'soft-keyboard'`
Downloads
2
Readme
支持软键盘硬件盘同时输入
import Keyboard from 'soft-keyboard'
<Keyboard render={(v:string,fn:any)=><Input value={v} allowClear onChange={(event: any) => fn(event)} />}>