@@ -109,7 +109,7 @@ export default function Lazy() {
109109 return (
110110 < >
111111 < Section title = "Color" >
112- < ColorField label = "Primary Color" />
112+ < ColorField placeholder = "-" label = "Primary Color" />
113113 < ColorSwatchPicker >
114114 < ColorSwatch color = "#A00" />
115115 < ColorSwatch color = "#f80" />
@@ -153,16 +153,16 @@ export default function Lazy() {
153153 < Checkbox value = "baseball" > Baseball</ Checkbox >
154154 < Checkbox value = "basketball" > Basketball</ Checkbox >
155155 </ CheckboxGroup >
156- < NumberField label = "Width" defaultValue = { 1024 } minValue = { 0 } />
156+ < NumberField placeholder = "Enter a width" label = "Width" defaultValue = { 1024 } minValue = { 0 } />
157157 < RadioGroup label = "Favorite pet" >
158158 < Radio value = "dogs" > Dogs</ Radio >
159159 < Radio value = "cats" > Cats</ Radio >
160160 </ RadioGroup >
161161 < SearchField label = "Search" />
162162 < Switch > Low power mode</ Switch >
163- < TextArea label = "Description" />
164- < TextField label = "Email" />
165- < TextField label = "Password" />
163+ < TextArea placeholder = "Enter a description" label = "Description" />
164+ < TextField placeholder = "Enter a email" label = "Email" />
165+ < TextField placeholder = "Enter a password" label = "Password" />
166166 < SelectBoxGroup aria-label = "Choose a cloud" >
167167 < SelectBox id = "aws" textValue = "Amazon Web Services" >
168168 < Server />
@@ -359,7 +359,7 @@ export default function Lazy() {
359359 </ Section >
360360
361361 < Section title = "Pickers" >
362- < ComboBox label = "Favorite Animal" >
362+ < ComboBox placeholder = "Select a value" label = "Favorite Animal" >
363363 < ComboBoxItem id = "red panda" > Red Panda</ ComboBoxItem >
364364 < ComboBoxItem id = "cat" > Cat</ ComboBoxItem >
365365 < ComboBoxItem id = "dog" > Dog</ ComboBoxItem >
0 commit comments