How to disable placeholder? #5973
Unanswered
AgataJedryszek-da
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @AgataJedryszek-da, If I understand correctly, You don't want to show default placeholder. You can hide it by passing empty placeholder as shown here in the sandbox Code: <Select
options={colourOptions}
placeholder={""}
/> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't want a placeholder in my implementation, but when i set
placeholder={undefined}
it shows a default placeholder"Select..."
. Can I disabled it without using Placeholder component?Beta Was this translation helpful? Give feedback.
All reactions