@homebound/beam 2.151.1 → 2.151.2
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.
|
@@ -9,6 +9,7 @@ export interface NumberFieldProps {
|
|
|
9
9
|
value: number | undefined;
|
|
10
10
|
onChange: (value: number | undefined) => void;
|
|
11
11
|
compact?: boolean;
|
|
12
|
+
clearable?: boolean;
|
|
12
13
|
/** Whether the field is disabled. If a ReactNode, it's treated as a "disabled reason" that's shown in a tooltip. */
|
|
13
14
|
disabled?: boolean | ReactNode;
|
|
14
15
|
required?: boolean;
|