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

InputChips: v4 missing docs #5909

Closed
pawmanaloto opened this issue Jun 17, 2024 · 7 comments
Closed

InputChips: v4 missing docs #5909

pawmanaloto opened this issue Jun 17, 2024 · 7 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@pawmanaloto
Copy link
Contributor

Describe the bug

Can't find InputChips documentation in the docs. https://primevue.org/inputchips/ goes to 404

Reproducer

N/A

PrimeVue version

4

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@pawmanaloto pawmanaloto added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 17, 2024
@luke-z
Copy link

luke-z commented Jun 18, 2024

Do you mean "Chips" from v3?

It has been removed and can be replaced with an AutoComplete.

See the migration guide for more information: https://primevue.org/guides/migration/v4/

@ildyria
Copy link

ildyria commented Aug 18, 2024

I disagree, the behaviour is completely different, especially with the separators.

Furthermore, @tugcekucukoglu discribes those in #5612

Chips --> InputChips

The chip visual with e.g. comma separation is not provided AFAIK in the AutoComplete.
So I do think that documentation is indeed missing or the use of AutoComplete to match the expected behaviour needs to be clarified in the migration guide.

@kepoly
Copy link

kepoly commented Sep 29, 2024

I've just ran into this today, InputChips is the new nomenclature in v4 and is the recommended update via IDE hints but I do not see it in the documentation.

@Jorelia
Copy link

Jorelia commented Dec 10, 2024

image

Then it is a little bit confusing. It will be nice to clarify and to complete the documentation for sure...
When I read the doc, I do not see how an Autocomplete field can replace the Chips without a big effort in CSS and so on...

@skipmaple
Copy link

node_modules/primevue/chips/index.d.ts line 67

image

There still no InputChips docs. @tugcekucukoglu

@luke-z
Copy link

luke-z commented Dec 23, 2024

@skipmaple https://primevue.org/guides/migration/v4/#changes

Use AutoComplete with multiple enabled and typeahead disabled.

Do you mean "Chips" from v3?

It has been removed and can be replaced with an AutoComplete.

See the migration guide for more information: https://primevue.org/guides/migration/v4/

@skipmaple
Copy link

skipmaple commented Dec 24, 2024

@skipmaple https://primevue.org/guides/migration/v4/#changes

Use AutoComplete with multiple enabled and typeahead disabled.

Do you mean "Chips" from v3?
It has been removed and can be replaced with an AutoComplete.
See the migration guide for more information: https://primevue.org/guides/migration/v4/

@luke-z Thanks. By search docs I found this: https://primevue.org/autocomplete/#multiple

and it suits my needs.

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

7 participants