Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Add required placeholder field to Select
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly committed Dec 13, 2023
1 parent ad3bf7d commit 6484ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const Index = () => {
id="webServer"
defaultValue="nginx"
labelText="Web server"
placeholder="web server"
onChange={(e) => setWebServer(e.target.value)}>
<SelectItem value="nginx" text="nginx" />
</Select>
Expand Down

0 comments on commit 6484ef4

Please sign in to comment.