Fixing "Select also known as Select"

It's an impact of changing the component name from "Dropdown" to "Select".
pull/6133/head
Mateus Scheper 2024-07-28 22:31:20 -03:00 committed by GitHub
parent b1059e97a8
commit 7ce0ed16ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/** /**
* *
* Select also known as Select, is used to choose an item from a collection of options. * Select is used to choose an item from a collection of options.
* *
* [Live Demo](https://www.primevue.org/select/) * [Live Demo](https://www.primevue.org/select/)
* *