如何在文本输入中更改表情符号的显示主题-Emoji Mart

时间:2019-08-13 07:50:29

标签: reactjs emoji

我正在使用表情符号集市插件来与Apple风格的图标进行反应。一切正常,但存在一个与文本输入中显示的表情符号样式有关的问题:

enter image description here

在选择器内部,它们看起来像:

enter image description here

图标具有默认的浏览器样式。有没有办法将其样式更改为Apple在文本输入中的外观?

输入:

<input
     className={'text-input'}
     type='text'
     value={this.test}
     onChange={this.handleChange}
     onBlur={this.handleBlur}
     placeholder='Type a message...'
 />

0 个答案:

没有答案