-
-
Notifications
You must be signed in to change notification settings - Fork 463
[select] <Select.Value /> placeholder #3720
Copy link
Copy link
Closed
Labels
component: comboboxChanges related to the combobox component.Changes related to the combobox component.component: selectChanges related to the select component.Changes related to the select component.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Metadata
Metadata
Assignees
Labels
component: comboboxChanges related to the combobox component.Changes related to the combobox component.component: selectChanges related to the select component.Changes related to the select component.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Fields
Give feedbackNo fields configured for issues without a type.
Feature request
I would like an example in the docs showing how to add a placeholder to the select. Radix would have a
placeholderprop on the <Select.Value /> element, but I could not find it in base ui.Summary
Add placeholder prop or show how to do it the base ui way
Examples in other libraries
https://www.radix-ui.com/primitives/docs/components/select
-> placeholder property
Motivation
Improve DX for most common use cases