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
Hello!
First, congrats for this awesome job. It is the best editor I've seen, and it is exactly what I'm looking for (:
I installed, imported and tried to use without success. What are the required props?
Here is my code:
import RichEditor from 'draft-wysiwyg' import {RichUtils} from 'draft-js'; constructor(props){ super(props); this.state = { textoState: '', } } handleChangeTexto = (text) => { this.setState({textoState: text}); } render(){ return( <RichEditor onChange={data=>this.handleChangeTexto(data)} value={''} cleanupTypes="*" sidebar={0}/> ) }
What am I missing? =(
The text was updated successfully, but these errors were encountered:
@ammichael Excuse me,do you know how to use it now?i meet the same problem,do you have any solution
Sorry, something went wrong.
@ohmyauthentic I don't.. I gave up trying
No branches or pull requests
Hello!
First, congrats for this awesome job. It is the best editor I've seen, and it is exactly what I'm looking for (:
I installed, imported and tried to use without success. What are the required props?
Here is my code:
What am I missing? =(
The text was updated successfully, but these errors were encountered: