textarea组件用了 :fixed="true"后,会导致tap事件click事件都无效0?
发布于 5 年前 作者 chaocui 14837 次浏览 来自 官方Issues
			<textarea [@tap](/user/tap)="inputTap" class="editor\_class" :value="inputValue" :maxlength="1000000" :adjust-position="false" class="editor\_class" :show-confirm-bar="false" auto-height :cursor="inputValue.length" :focus="newBzShow" [@input](/user/input)="edInput($event)" [@focus](/user/focus)="inputFocus($event)" [@blur](/user/blur)="inputBlur($event)" :fixed="true"></textarea>
1 回复
回到顶部