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

h5 的textarea组件,oninput的e.detail.value获取不到值 #1713

Closed
Herryjoeson opened this issue Dec 27, 2018 · 2 comments · Fixed by #1722
Closed

h5 的textarea组件,oninput的e.detail.value获取不到值 #1713

Herryjoeson opened this issue Dec 27, 2018 · 2 comments · Fixed by #1722

Comments

@Herryjoeson
Copy link

Herryjoeson commented Dec 27, 2018

问题描述
h5 的textarea组件,oninput的e.detail.value获取不到值

// 这里可以贴代码
 <Textarea
     placeholder="请填写投诉内容(必填项)"
    maxLength={50}
    className={"textarea font_24"}
     value={desc}
     onInput={this.updateUserInput.bind(this, "desc")}
/>

// 使用
this.setState({ desc: e.detail.value });

期望行为
能够正常拿到值

报错信息
image

系统信息

  • 操作系统: [e.g. MacOs]
  • Taro 版本 [e.g. 1.2.2]
  • Node.js 版本 [e.g. v9.2.0]
  • 报错平台 [h5]
@taro-bot
Copy link

taro-bot bot commented Dec 27, 2018

欢迎提交 Issue~

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

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

Good luck and happy coding~

@Herryjoeson
Copy link
Author

@jinjinjin0731 已经升级了,还是一样event中的detail是一个int类型,不是一个object

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

Successfully merging a pull request may close this issue.

1 participant