Skip to content
New issue

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组件,在当前页面使用可以赋值,放在子组件里就不可以 #5186

Closed
qiruiqq3 opened this issue Dec 25, 2019 · 6 comments
Assignees

Comments

@qiruiqq3
Copy link

问题描述

在Taro页面中使用Editor组件,如下:

  <Editor
            placeholder='点击输入正文'
            className='editor-container'
            onReady={this.onEditorReady1.bind(this)}
            onInput={this.onHandleContentInput.bind(this)}
          />

在onEditorReady1方法中,可以给Editor赋值,但是当Editor组件放在当前页面引用的其他组件中,赋值就不好用了,同样的代码

image


### 期望行为

<!-- 请在下一行用简洁清晰的语言描述你期望的行为 -->

### 报错信息
![image](https://user-images.githubusercontent.com/3963155/71441018-933c2400-273a-11ea-96ff-2db74b525940.png)


<!-- 请在下一行贴上你的完整报错截图或文字 -->

### 系统信息
Taro v1.3.17


### 补充信息

<!-- (可选)根据你的调查研究,出现这个问题的原因可能在哪里? -->

<!-- 感谢您的热心反馈!别忘了用preview按钮预览结果再提交 -->

> 如果您有功能上的建议,可以提到 [FeatHub](https://feathub.com/NervJS/taro)
> 
> 使用上的问题,欢迎在[「Taro 社区」](https://taro-club.jd.com/)一起交流
@taro-bot
Copy link

taro-bot bot commented Dec 25, 2019

CC @Chen-jj

@taro-bot
Copy link

taro-bot bot commented Dec 25, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@Chen-jj
Copy link
Contributor

Chen-jj commented Jan 6, 2020

@qiruiqq3 请提供完整可复现代码,目前提供的代码上下文不完整,不清楚问题是什么

@taro-bot
Copy link

taro-bot bot commented Jan 6, 2020

Hello~

您的问题所提供的信息不足,我们无法定位到具体的问题。如果有空的话还请拔冗提供更具体的信息,否则这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@qiruiqq3
Copy link
Author

qiruiqq3 commented Jan 8, 2020

关闭吧,谢谢

@qiruiqq3
Copy link
Author

qiruiqq3 commented Jan 8, 2020

不用子组件了

@qiruiqq3 qiruiqq3 closed this as completed Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants