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
ie下初始化含有链接的值: 控制台有报错,报错信息如下:
普通文本初始化是有内容的:
The text was updated successfully, but these errors were encountered:
同上问题,IE11中,超链接无法编辑,值能查看。哪位大佬可以解决这个问题啊。。。
Sorry, something went wrong.
找到解决方案了
我是在IE11环境下出现的同样的问题,经过测试发现,html格式的数据,如果带有超链接。传入编辑器会识别不出来。
解决方案: 先将 htmlstring 格式的数据,转换为 rawsting 格式的数据(官网文档有说怎么转换,我就不重复一次了),再传入编辑器就没问题了。
希望对大家有帮助。
找到解决方案了 我是在IE11环境下出现的同样的问题,经过测试发现,html格式的数据,如果带有超链接。传入编辑器会识别不出来。 解决方案: 先将 htmlstring 格式的数据,转换为 rawsting 格式的数据(官网文档有说怎么转换,我就不重复一次了),再传入编辑器就没问题了。 希望对大家有帮助。
请问具体是怎么转换的?我这里在createEditorState之后就是空的了
No branches or pull requests
ie下初始化含有链接的值:
控制台有报错,报错信息如下:
普通文本初始化是有内容的:
The text was updated successfully, but these errors were encountered: