Skip to content

Commit

Permalink
fix(button): add type="number" for input element (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed May 29, 2024
1 parent 18e63c4 commit 542f754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devui-vue/devui/input-number/src/input-number.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineComponent({
</div>
<div class={inputWrapClass.value}>
<input
type="number"
ref={inputRef}
value={inputVal.value}
placeholder={props.placeholder}
Expand Down

0 comments on commit 542f754

Please sign in to comment.