@@ -133,7 +133,6 @@ export function Migrating() {
133133 < H3 > ColorField</ H3 >
134134 < ul className = "sb-unstyled" >
135135 < 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 >
137136 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
138137 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
139138 </ ul >
@@ -155,7 +154,6 @@ export function Migrating() {
155154 < ul className = "sb-unstyled" >
156155 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > menuWidth</ Code > value from a < Code > DimensionValue</ Code > to a pixel value</ li >
157156 < 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 >
159157 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
160158 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
161159 < 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() {
338336
339337 < H3 > SearchField</ H3 >
340338 < 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 >
342339 < li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out icon (it has not been implemented yet)</ li >
343340 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > isQuiet</ Code > (it is no longer supported in Spectrum 2)</ li >
344341 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
@@ -405,7 +402,6 @@ export function Migrating() {
405402 < ul className = "sb-unstyled" >
406403 < li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out < Code > icon</ Code > (it has not been implemented yet)</ li >
407404 < 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 >
409405 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
410406 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
411407 </ ul >
@@ -414,7 +410,6 @@ export function Migrating() {
414410 < ul className = "sb-unstyled" >
415411 < li className = { style ( { font : 'body' , marginY : 8 } ) } > [PENDING] Comment out < Code > icon</ Code > (it has not been implemented yet)</ li >
416412 < 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 >
418413 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Change < Code > validationState="invalid"</ Code > to < Code > isInvalid</ Code > </ li >
419414 < li className = { style ( { font : 'body' , marginY : 8 } ) } > Remove < Code > validationState="valid"</ Code > (it is no longer supported in Spectrum 2)</ li >
420415 </ ul >
0 commit comments