@moneyforward/mfui-components 3.14.0 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -378,7 +378,7 @@ export type MultipleSelectBoxProps<T extends AllowedValueTypes = string, Additio
|
|
|
378
378
|
/**
|
|
379
379
|
* The properties for the SearchBox component.
|
|
380
380
|
*/
|
|
381
|
-
searchBoxProps?: Pick<SearchBoxProps, 'clearButtonProps' | 'placeholder'>;
|
|
381
|
+
searchBoxProps?: Pick<SearchBoxProps, 'clearButtonProps' | 'placeholder' | 'invalid'>;
|
|
382
382
|
/**
|
|
383
383
|
* The properties for the option panel element.
|
|
384
384
|
*
|