We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Editor list={this.state.user_suggestions} // initialValue={this.state.displayText} // clearInput={} value={''} onChange={({displayText, text}) => { console.log('display text', displayText, text); this.setState({ text, displayText }); }} showEditor={true} editorStyles= {{ mainContainer: { borderColor: 'transparent', width: window_width - 30 }, input: {...commonly_used_styles.typicalTextInput, borderWidth: 0, color: 'black', borderColor: button_styling.borderColor, width: window_width - 30, textAlignVertical: 'top', textAlign: 'left', height: 100, marginBottom: 5 } }} placeholder={'Please enter something'} toggleEditor={() => {return true;}} showMentions={true} onHideMentions={this.onHideMentions} />
I've tried with and without a value for initialValue and it always looks like this.
If I have a value for initialValue it looks like initialValue={'initial_value'}
initialValue={'initial_value'}
I've looked through the code and can't find why this is happening. Anyone know why? I assume this is a legit bug?
The text was updated successfully, but these errors were encountered:
Having the same issue
Sorry, something went wrong.
You can try a react-native-controlled-mentions that is not rich in configuration yet but enough stable for use in projects. https://www.npmjs.com/package/react-native-controlled-mentions
react-native-controlled-mentions
No branches or pull requests
I've tried with and without a value for initialValue and it always looks like this.
If I have a value for initialValue it looks like
initialValue={'initial_value'}
I've looked through the code and can't find why this is happening. Anyone know why? I assume this is a legit bug?
The text was updated successfully, but these errors were encountered: