Password: Unable to add invalid event listener after 3.16 #2880
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
As of PrimeVue 3.16, adding
@invalid="invalidHandler"
to a Password component no longer calls theinvalidHandler
method when the underlying password input emits theinvalid
DOM event.This worked in 3.15 and earlier. It's probably related to
v-bind="$props"
changing tov-bind="inputProps"
, but there doesn't seem to be a way to pass an event listener in throughinputProps
.Reproducer
No response
PrimeVue version
3.16.0
Vue version
3.x
Language
ALL
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: