Skip to content

Commit

Permalink
Fix FWBInput does not support v-model.number (themesberg#273) (themes…
Browse files Browse the repository at this point in the history
  • Loading branch information
alfatta authored Dec 6, 2024
1 parent b2cf9e2 commit affa35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FwbInput/FwbInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {
interface InputProps {
disabled?: boolean
label?: string
modelValue: string
modelValue: string | number
required?: boolean
size?: InputSize
type?: InputType
Expand Down

0 comments on commit affa35a

Please sign in to comment.