Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AutoComplete) #31

Merged
merged 31 commits into from
Oct 1, 2024
Merged

feat(AutoComplete) #31

merged 31 commits into from
Oct 1, 2024

Conversation

MasterCarl
Copy link
Member

This PR introduces a new AutoComplete component.
The PrimeVue AutoComplete component is wrapped to control how the options are being rendered, and to work around some issues with how the original component handles updates when working with objects instead of just strings for suggestions.

It builds on #26 for tooling and setup.

package.json Show resolved Hide resolved
src/primevue/autocomplete/autocomplete.ts Outdated Show resolved Hide resolved
src/primevue/autocomplete/autocomplete.ts Outdated Show resolved Hide resolved
src/primevue/autocomplete/autocomplete.ts Show resolved Hide resolved
src/components/AutoComplete/AutoComplete.vue Outdated Show resolved Hide resolved
@MasterCarl MasterCarl merged commit 85294e5 into main Oct 1, 2024
4 checks passed
@MasterCarl MasterCarl deleted the component/autocomplete branch October 1, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants