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

In AutoComplete, not able to type space ex: "John Doe", its not working, In primevue website also not working the same #7348

Open
4 tasks
sidjoshi001 opened this issue Feb 28, 2025 · 3 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@sidjoshi001
Copy link

Describe the bug

In AutoComplete, not able to type space, for example: "John Doe", with the typehead option

<div class="card flex justify-center"> <AutoComplete v-model="value" :suggestions="items" @complete="search" /></div>

Pull Request Link

No response

Reason for not contributing a PR

  • Lack of time
  • Unsure how to implement the fix/feature
  • Difficulty understanding the codebase
  • Other

Other Reason

No response

Reproducer

https://stackblitz.com/run?file=src%2FApp.vue

Environment

Both environment local & production with Vuejs

Vue version

3.5.X

PrimeVue version

4.x.x

Node version

18.x.x

Browser(s)

No response

Steps to reproduce the behavior

  1. go to primevue website
  2. https://primevue.org/autocomplete/#basic
  3. check your self

Expected behavior

Want to add space like "John Doe" or "United States"

@sidjoshi001 sidjoshi001 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 28, 2025
@Kenneth-Multicase
Copy link

We encountered the same error when we switched from Chips to ‘AutoComplete with multiple enabled and typeahead disabled’, version 4.3.1.

<AutoComplete v-model="values" multiple fluid :typeahead="false"></AutoComplete>

@sidjoshi001
Copy link
Author

Yes, okay with your solution, and it's working already fine with the current system, but our requirement is without chips & with typehead. @Kenneth-Multicase

@MildConcussion
Copy link

Duplicate of #7294

PR to review #7315

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

3 participants