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
This is all my configuration for the editor but the bullet points icon is not showing
<EditorProvider> <Editor containerProps={{ style: { height: "250px", }, }} {...register("description")} defaultValue={watch("description")} value={watch("description")} onChange={(e) => { setDescription(e.target.value); setValue("description", e.target.value); }} > <Toolbar> <BtnBold /> <BtnItalic /> <BtnUnderline /> <BtnBulletList /> </Toolbar> </Editor> </EditorProvider>
this is the value on user input
"test
The text was updated successfully, but these errors were encountered:
Check the troubleshooting section https://github.com/megahertz/react-simple-wysiwyg?tab=readme-ov-file#style-issues-no-list-item-bullets-wrong-link-styles-and-so-on
Sorry, something went wrong.
No branches or pull requests
This is all my configuration for the editor but the bullet points icon is not showing
this is the value on user input
"test
The text was updated successfully, but these errors were encountered: