@@ -133,7 +133,6 @@ export function Migrating() {
133
133
< H3 > ColorField</ H3 >
134
134
< ul className = "sb-unstyled" >
135
135
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
136
- < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > placeholder</ Code > (it has been removed due to accessibility issues)</ li >
137
136
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
138
137
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
139
138
</ ul >
@@ -155,7 +154,6 @@ export function Migrating() {
155
154
< ul className = "sb-unstyled" >
156
155
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > menuWidth</ Code > value from a < Code > DimensionValue</ Code > to a pixel value</ li >
157
156
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
158
- < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > placeholder</ Code > (it is no longer supported in Spectrum 2)</ li >
159
157
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
160
158
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
161
159
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Update < Code > Item</ Code > to be a < Code > ComboBoxItem</ Code > </ li >
@@ -338,7 +336,6 @@ export function Migrating() {
338
336
339
337
< H3 > SearchField</ H3 >
340
338
< ul className = "sb-unstyled" >
341
- < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > placeholder</ Code > (it has been removed due to accessibility issues)</ li >
342
339
< li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out icon (it has not been implemented yet)</ li >
343
340
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
344
341
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
@@ -405,7 +402,6 @@ export function Migrating() {
405
402
< ul className = "sb-unstyled" >
406
403
< li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out < Code > icon</ Code > (it has not been implemented yet)</ li >
407
404
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
408
- < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > placeholder</ Code > (it has been removed due to accessibility issues)</ li >
409
405
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
410
406
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
411
407
</ ul >
@@ -414,7 +410,6 @@ export function Migrating() {
414
410
< ul className = "sb-unstyled" >
415
411
< li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out < Code > icon</ Code > (it has not been implemented yet)</ li >
416
412
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
417
- < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > placeholder</ Code > (it has been removed due to accessibility issues)</ li >
418
413
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
419
414
< li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
420
415
</ ul >
0 commit comments