-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Labels
PrimeVueRelated to upstream PrimeVue libraryRelated to upstream PrimeVue library
Description
Context
SelectPlus was introduced in PR #7804 as a temporary fix to override PrimeVue's Select component behavior. As part of the ongoing migration away from PrimeVue components toward VueUse, shadcn/vue, or Reka UI, this component should be replaced with a custom implementation.
Current Implementation
- Location:
src/components/primevueOverride/SelectPlus.vue - Extends PrimeVue's Select component
- Overrides
onOverlayLeavemethod to fix autofocus error on close
Task
Replace SelectPlus with a custom select component that doesn't depend on PrimeVue.
References
- PR where SelectPlus was introduced: Fix error on close of combo dropdown #7804
- Discussion: Fix error on close of combo dropdown #7804 (comment)
- Requested by: @DrJKL
┆Issue is synchronized with this Notion page by Unito
Metadata
Metadata
Assignees
Labels
PrimeVueRelated to upstream PrimeVue libraryRelated to upstream PrimeVue library