We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64d3c9 commit d41144dCopy full SHA for d41144d
1 file changed
src/input/index.wxml
@@ -28,7 +28,7 @@
28
bindblur="handleInputBlur"
29
bindconfirm="handleInputConfirm" />
30
<l-icon wx:if="{{showEye&&value}}" name="eye" catch:tap="onTapEyeIcon" size="40" l-class="l-eye l-eye-{{type}}"/>
31
- <view class="close" wx:if="{{clear&&value}}" bindtap="onClearTap">
+ <view class="close" wx:if="{{clear&&value}}" mut-bind:tap="onClearTap">
32
<view class="close-icon">
33
<l-icon name="close" color="#fff" size="16" />
34
</view>
0 commit comments