gantri-components 2.185.0 → 2.185.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.
|
@@ -64,7 +64,7 @@ export interface SearchFieldProps<T extends DynamicListItem<Record<any, any> & {
|
|
|
64
64
|
/**
|
|
65
65
|
* The initial values for the selected items list.
|
|
66
66
|
*
|
|
67
|
-
* Not compatible with externally filtering available `items`.
|
|
67
|
+
* Do not provide from formik values. Not compatible with externally filtering available `items`.
|
|
68
68
|
*/
|
|
69
69
|
selectedItemsList?: T[keyof T][];
|
|
70
70
|
size?: ResolutionAwareProp<TextFieldSize>;
|
|
@@ -72,7 +72,6 @@ export interface SearchFieldProps<T extends DynamicListItem<Record<any, any> & {
|
|
|
72
72
|
variant?: 'line' | 'filled';
|
|
73
73
|
}
|
|
74
74
|
export interface SearchFieldIsCreatableDef {
|
|
75
|
-
addToSelectedItemsOnCreate?: boolean;
|
|
76
75
|
enabled: boolean;
|
|
77
76
|
iconColor?: IconProps['color'];
|
|
78
77
|
iconName?: IconProps['name'];
|