@loadsmart/loadsmart-ui
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -69,2 +69,3 @@ import type EventLike from "../../utils/types/EventLike"; | ||
onQueryChange?: OnQueryChange; | ||
getInputProps?: () => Partial<TextFieldProps>; | ||
isValidNewOption?: ((query: string) => boolean) | boolean; | ||
@@ -71,0 +72,0 @@ createOptionPosition?: CreateOptionPosition; |
{ | ||
"name": "@loadsmart/loadsmart-ui", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "Miranda UI, a React UI library", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -90,2 +90,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
onQueryChange?: OnQueryChange | ||
getInputProps?: () => Partial<TextFieldProps> | ||
isValidNewOption?: ((query: string) => boolean) | boolean | ||
@@ -92,0 +93,0 @@ createOptionPosition?: CreateOptionPosition |
@@ -223,2 +223,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
onCreate, | ||
getInputProps, | ||
id, | ||
@@ -352,2 +353,3 @@ name, | ||
return { | ||
...getInputProps?.(), | ||
id, | ||
@@ -354,0 +356,0 @@ ref(node: HTMLInputElement | null) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3009088
42466