You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template><pagetitle="chameleon"><scrollerheight="{{-1}}"><viewclass="scroller-wrap"><textareavalue="{{textValue}}">{{textValue}}</textarea></view></scroller></page></template><script>classIndex{data={title: "chameleon",textValue: "this is a test"}methods={bindblurevent(){console.log('blur');this.isfocus=false;},};}exportdefaultnewIndex();</script>
<template><pagetitle="chameleon"><scrollerheight="{{-1}}"><viewclass="scroller-wrap"><textareavalue="{{textValue}}">{{textValue}}</textarea></view></scroller></page></template><script>classIndex{data={title: "chameleon",textValue: "this is a test"}methods={bindblurevent(){console.log('blur');this.isfocus=false;},};}exportdefaultnewIndex();</script>
bug描述
web端textarea无法初始化值。<textarea value="{{textValue}}" >{{textValue}}</textarea>
复现bug的步骤
如下为示例代码
问题截图
只是一个空的textarea
编译环境信息
运行环境信息
The text was updated successfully, but these errors were encountered: