cesarwbr / react-input-emoji

A React input with an option to pick emojis 😍 😜 😂 😛
https://cesarwbr.github.io/react-input-emoji/
MIT License
121 stars 64 forks source link

表单的时候value不能回填,一直是空值 #25

Closed duchaolin closed 7 months ago

duchaolin commented 2 years ago

<FormItem label={素材内容}> {getFieldDecorator('content',{ initialValue: currentDetail?.content, rules: [{ required: true, message: "请输入素材内容" }]} )( <InputEmoji value={currentDetail?.content} onChange={onChange} cleanOnEnter onEnter={handleOnEnter} placeholder="请输入素材内容" maxLength={100} /> )}