Volt Theme - Select Component Clear Icon Issue #7586
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I have identified a functionality issue with the Select component in the PrimeVue Volt theme version. The Clear Icon, which should allow users to clear their selection with a single click, is not functioning as expected. When clicked, the icon does not trigger the clearing of the selected item(s), rendering this feature unusable.
Actual Behavior
When clicking the clear icon, nothing happens. The selected item(s) remain selected, and the component does not respond to the clear action.
https://volt.primevue.org/select/#clearicon
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://volt.primevue.org/select/#clearicon
Environment
nuxt3.16
Vue version
3.x
PrimeVue version
4.3.3
Node version
22.0
Browser(s)
No response
Steps to reproduce the behavior
showClear
property totrue
to enable the clear iconExpected behavior
When clicking the clear icon, the selected item(s) should be removed, and the select component should return to its default/empty state.
The text was updated successfully, but these errors were encountered: