guozai0806 opened a new issue #1391: android weex-sdk0.18.0 input输入框无法清空 URL: https://github.com/apache/incubator-weex/issues/1391 android手机 使用weex-sdk0.18.0 库 input无法达到清空的效果 例子如下: <input class="password_ip" ref="input1" :value="textinput" @input="getConfrimPassword" /> getConfrimPassword(event) { this.textinput = event.value; }, login() { this.textinput = ""; } 每次执行login方法 只有第一次能清成功,其他时候都无法清除。 但是android playground每次都能成功 <!-- Notes: Weex will move into Apache Software Foundation (ASF) on Feb 24 2017. Our new GitHub repo is https://github.com/apache/incubator-weex You can continue to discuss with us through ASF Mailing List: http://mail-archives.apache.org/mod_mbox/#weex.incubator or StackOverflow: http://stackoverflow.com/questions/tagged/weex Thank you for your support. ---- 注意:Weex 将于 2017-02-24 迁移至 Apache 基金会 届时我们会使用新的 GitHub 仓库:https://github.com/apache/incubator-weex 同时欢迎大家在 SegmentFault 的 Weex 版块进行中文讨论 https://segmentfault.com/t/weex 更多详情请关注:https://github.com/weexteam/article/issues/130 感谢理解和支持 --> <!-- 0. It's ***RECOMMENDED*** to [submit PR](https://github.com/alibaba/weex/pulls) for typo, new demo or tiny bugfix. 0. If this's a ***BUG***, pls provide: course repetition, error/crash log, device model, OS version, App version (playground or other apps). 0. If this's a ***FEATURE***, pls provide: details, pseudo codes if necessary. ---- (请在***提交***前删除这段描述) 0. 我们***推荐***小问题直接[提 PR](https://github.com/alibaba/weex/pulls),如错别字、新 demo 或 bugfix。 0. 如果是 ***Bug***,请提供:复现步骤(推荐有截图)、error/crash log、设备型号、OS 版本、App 版本(playground 版本或自己的 app)。 0. 如果是***新需求***,请提供:详细描述、应用场景、适当的伪代码(如有)。 -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
