@reeverdev/ui 0.2.110 → 0.2.111
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2058,8 +2058,8 @@ interface AutocompleteProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEl
|
|
|
2058
2058
|
loadingText?: string;
|
|
2059
2059
|
/** Whether to show clear button */
|
|
2060
2060
|
clearable?: boolean;
|
|
2061
|
-
/** Whether
|
|
2062
|
-
|
|
2061
|
+
/** Whether custom values are allowed (not just selections from the list) */
|
|
2062
|
+
allowCustomValue?: boolean;
|
|
2063
2063
|
/** Max height of dropdown */
|
|
2064
2064
|
maxHeight?: number;
|
|
2065
2065
|
/** Whether to highlight matching text */
|
package/dist/index.d.ts
CHANGED
|
@@ -2058,8 +2058,8 @@ interface AutocompleteProps extends Omit<React$1.InputHTMLAttributes<HTMLInputEl
|
|
|
2058
2058
|
loadingText?: string;
|
|
2059
2059
|
/** Whether to show clear button */
|
|
2060
2060
|
clearable?: boolean;
|
|
2061
|
-
/** Whether
|
|
2062
|
-
|
|
2061
|
+
/** Whether custom values are allowed (not just selections from the list) */
|
|
2062
|
+
allowCustomValue?: boolean;
|
|
2063
2063
|
/** Max height of dropdown */
|
|
2064
2064
|
maxHeight?: number;
|
|
2065
2065
|
/** Whether to highlight matching text */
|