Closed kafeltz closed 6 years ago
When using Component param in the component consctructor like:
const textarea = (<div contentEditable="true" onInput={this.handleChange} onBlur={this.handleOnBlur} onFocus={this.handleOnFocus} dangerouslySetInnerHTML={{ __html: this.state.value }} />) <TextInput Component={() => textarea} />
When pressing @ the popup is not triggered.
@
The ideia to use
I'm not sure how to fix this yet.
When using Component param in the component consctructor like:
When pressing
@
the popup is not triggered.The ideia to use