Skip to content

Commit

Permalink
fix(frontend): 数值输入框快捷清空交互修复 #6742
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Sep 9, 2024
1 parent ba38494 commit 464d237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@paste="handlePaste">
</BkInput>
<DbIcon
v-if="clearable && modelValue"
v-if="clearable && modelValue && type !== 'number'"
class="clear-icon"
type="close-circle-shape"
@click="handleClear" />
Expand Down

0 comments on commit 464d237

Please sign in to comment.