README
@sinoform/field-user-select
人员选择字段模块。
安装
yarn add @sinoform/field-user-select
使用
与 form-config-builder
结合使用:
import userSelect from '@sinoform/field-user-select';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';
FormConfigBuilder.from(base).addPlugin(userSelect);