@@ -109,7 +109,7 @@ export default function Lazy() {
109
109
return (
110
110
< >
111
111
< Section title = "Color" >
112
- < ColorField label = "Primary Color" />
112
+ < ColorField placeholder = "-" label = "Primary Color" />
113
113
< ColorSwatchPicker >
114
114
< ColorSwatch color = "#A00" />
115
115
< ColorSwatch color = "#f80" />
@@ -153,16 +153,16 @@ export default function Lazy() {
153
153
< Checkbox value = "baseball" > Baseball</ Checkbox >
154
154
< Checkbox value = "basketball" > Basketball</ Checkbox >
155
155
</ CheckboxGroup >
156
- < NumberField label = "Width" defaultValue = { 1024 } minValue = { 0 } />
156
+ < NumberField placeholder = "Enter a width" label = "Width" defaultValue = { 1024 } minValue = { 0 } />
157
157
< RadioGroup label = "Favorite pet" >
158
158
< Radio value = "dogs" > Dogs</ Radio >
159
159
< Radio value = "cats" > Cats</ Radio >
160
160
</ RadioGroup >
161
161
< SearchField label = "Search" />
162
162
< 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" />
166
166
< SelectBoxGroup aria-label = "Choose a cloud" >
167
167
< SelectBox id = "aws" textValue = "Amazon Web Services" >
168
168
< Server />
@@ -359,7 +359,7 @@ export default function Lazy() {
359
359
</ Section >
360
360
361
361
< Section title = "Pickers" >
362
- < ComboBox label = "Favorite Animal" >
362
+ < ComboBox placeholder = "Select a value" label = "Favorite Animal" >
363
363
< ComboBoxItem id = "red panda" > Red Panda</ ComboBoxItem >
364
364
< ComboBoxItem id = "cat" > Cat</ ComboBoxItem >
365
365
< ComboBoxItem id = "dog" > Dog</ ComboBoxItem >
0 commit comments