@uxf/form 11.42.0 → 11.42.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.
@@ -6,7 +6,7 @@ export type ComboProps<FormData extends FieldValues> = ControlProps<FormData> &
6
6
  onChange?: UIComboboxProps["onChange"];
7
7
  requiredMessage?: string;
8
8
  };
9
- export type ComboboxValue<Id extends ComboboxValueId> = UIComboboxValue<Id>;
9
+ export type ComboboxValue<Id extends ComboboxValueId> = UIComboboxValue<Id> | null;
10
10
  export declare function Combobox<FormData extends Record<string, any>>(props: ComboProps<FormData>): React.JSX.Element;
11
11
  export declare namespace Combobox {
12
12
  var displayName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/form",
3
- "version": "11.42.0",
3
+ "version": "11.42.1",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"