Skip to content

Commit

Permalink
docs: Remove placeholder from Select.Value in Select component
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Oct 29, 2024
1 parent 99e1438 commit cecd4cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sites/docs/src/content/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Install `bits-ui`:
</script>
<Select.Root>
<Select.Trigger class="w-[180px]">
<Select.Value placeholder="Theme" />
</Select.Trigger>
<Select.Trigger class="w-[180px]"></Select.Trigger>
<Select.Content>
<Select.Item value="light">Light</Select.Item>
<Select.Item value="dark">Dark</Select.Item>
Expand Down

0 comments on commit cecd4cb

Please sign in to comment.