@reeverdev/ui 0.2.109 → 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.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 free text is allowed (not just selections) */
2062
- freeSolo?: boolean;
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 free text is allowed (not just selections) */
2062
- freeSolo?: boolean;
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 */