@ehfuse/mui-form-controls 3.1.20 → 3.1.21
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/components/NumberField.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@ export type NumberFieldProps = BaseNumberField.Root.Props & {
|
|
|
33
33
|
* 타이핑한 값을 그대로 보여주고, 비포커스 상태에서만 0을 빈칸으로 표시한다.
|
|
34
34
|
*
|
|
35
35
|
* `default`·`stepper` 두 variant 모두에 적용된다.
|
|
36
|
-
* 0을
|
|
37
|
-
* @default
|
|
36
|
+
* 0을 빈칸으로 표시하려면 `clearWhenZero={true}`로 켠다.
|
|
37
|
+
* @default false
|
|
38
38
|
*/
|
|
39
39
|
clearWhenZero?: boolean;
|
|
40
40
|
/**
|