Skip to content

Commit 787889f

Browse files
committed
chore(release): New Version
1 parent 8037d57 commit 787889f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
*.iml
2526

2627
.gitconfig
2728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "1.8.6",
4+
"version": "1.9.0",
55
"author": {
66
"name": "Tom",
77
"email": "[email protected]"

src/components/PrimeInputMask.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const props = defineProps({
2424
},
2525
})
2626
27-
function handleInput(e: Event) {
27+
function handleInput(e: FocusEvent) {
2828
props.context?.node.input(props.context?._value)
2929
props.context?.handlers.blur(e)
3030
}

0 commit comments

Comments
 (0)