File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @sfxcode/formkit-primevue" ,
3- "version" : " 1.6.3 " ,
3+ "version" : " 1.6.4 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "repository" : " https://github.com/sfxcode/formkit-primevue" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const styleClass = computed(() => (context?.state.validationVisible && !context?
3232 :pt =" attrs.pt"
3333 :pt-options =" attrs.ptOptions"
3434 :unstyled =" attrs.unstyled ?? false"
35- @input =" handleInput"
35+ @change =" handleInput"
3636 />
3737 <span v-if =" context.attrs.labelRight" class =" formkit-prime-right" >{{ context.attrs.labelRight }}</span >
3838 </div >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const styleClass = computed(() => (context?.state.validationVisible && !context?
3030 :pt =" attrs.pt"
3131 :pt-options =" attrs.ptOptions"
3232 :unstyled =" attrs.unstyled ?? false"
33- @input =" handleInput"
33+ @change =" handleInput"
3434 />
3535 <span v-if =" context.attrs.labelRight" class =" formkit-prime-right" >{{ context.attrs.labelRight }}</span >
3636 </div >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const styleClass = computed(() => (context?.state.validationVisible && !context?
2929 :pt =" attrs.pt"
3030 :pt-options =" attrs.ptOptions"
3131 :unstyled =" attrs.unstyled ?? false"
32- @click =" handleChange"
32+ @change =" handleChange"
3333 />
3434 <span v-if =" context.attrs.labelRight" class =" formkit-prime-right" >{{ context.attrs.labelRight }}</span >
3535 </div >
You can’t perform that action at this time.
0 commit comments