Guilherme Barbosa Ferreira
Guilherme Barbosa Ferreira
Hello, it's possible to set an empty value through component inner set state ``` phoneInputRef.current!.setState({ inputValue: '', }) ```
Expand option is used on `index.search(searchTerm, {expand: false})`but I think it's the default value
I have the same doubt
You can workaround it while the pull request doesn't get merged into master creating a custom rule like ```tsx const rules = { heading2: (node, children, parent, styles) => {...