schmoninator
Results
2
comments of
schmoninator
Apparently, there already is a pull request for this: https://github.com/missive/emoji-mart/pull/844 could you please merge it?
You can do this: `inputRef.current.setState({ ...inputRef.current.state, value: "" });` For this to work, you have to have set ``` import React, { useRef } from 'react'; const inputRef = useRef(null);...