|
@@ -31,6 +31,7 @@ export type SelectBoxDynamicStyleType = {
|
|
|
spreadBehaviour?: SelectBoxSpreadBehaviour;
|
|
spreadBehaviour?: SelectBoxSpreadBehaviour;
|
|
|
spaces: NCoreUIKit.ActivePalette["spaces"];
|
|
spaces: NCoreUIKit.ActivePalette["spaces"];
|
|
|
colors: NCoreUIKit.ActivePalette["colors"];
|
|
colors: NCoreUIKit.ActivePalette["colors"];
|
|
|
|
|
+ CustomPrefixComponent?: () => ReactNode;
|
|
|
currentType: SelectBoxTypes;
|
|
currentType: SelectBoxTypes;
|
|
|
borders: NCoreUIKit.Borders;
|
|
borders: NCoreUIKit.Borders;
|
|
|
isSearchable?: boolean;
|
|
isSearchable?: boolean;
|
|
@@ -139,6 +140,7 @@ interface ISelectBoxProps<T> {
|
|
|
item: T & SelectedItem | SelectedItem;
|
|
item: T & SelectedItem | SelectedItem;
|
|
|
index: number;
|
|
index: number;
|
|
|
}) => ReactElement;
|
|
}) => ReactElement;
|
|
|
|
|
+ CustomPrefixComponent?: () => ReactNode;
|
|
|
hintTextContainerStyle?: ViewStyle;
|
|
hintTextContainerStyle?: ViewStyle;
|
|
|
renderLoadingIcon?: NCoreUIKitIcon;
|
|
renderLoadingIcon?: NCoreUIKitIcon;
|
|
|
contentContainerStyle?: ViewStyle;
|
|
contentContainerStyle?: ViewStyle;
|