Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sinoform/field-number-input

maitian02224MIT0.1.0TypeScript support: included

数字输入框字段模块。

readme

@sinoform/field-number-input

数字输入框字段模块。

安装

yarn add @sinoform/field-number-input

使用

form-config-builder 结合使用:

import FieldNumberInput from '@sinoform/field-number-input';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';

FormConfigBuilder.from(base).addPlugin(FieldNumberInput);