when we click on paragraph area with mouse left click its not working , but when click with right click on paragraph its working . then we can type in paragraph box. otherwise with left click gives not any response and also we can not type.
<MuiThemeProvider theme={defaultTheme}>
<MUIRichTextEditor
label="click left for Type here..."
inlineToolbar={true}
name="professional_summary"
inputRef={register}
onChange={save}
defaultValue={content.professional.professional_summary}
controls={["bold", "italic", "underline", "strikethrough",
"numberList","bulletList","spellcheck",]}
/>
</MuiThemeProvider>