首页登陆取消密码回填
This commit is contained in:
parent
be938e1655
commit
770846f67b
|
@ -15,7 +15,8 @@ import {
|
||||||
Link,
|
Link,
|
||||||
Button,
|
Button,
|
||||||
ButtonDirective,
|
ButtonDirective,
|
||||||
Notify
|
Notify,
|
||||||
|
AutoComplete
|
||||||
} from 'zent';
|
} from 'zent';
|
||||||
function FormDom(props) {
|
function FormDom(props) {
|
||||||
const form = Form.useForm(FormStrategy.View);
|
const form = Form.useForm(FormStrategy.View);
|
||||||
|
@ -159,7 +160,7 @@ const getProductList=()=>{
|
||||||
<FormInputField
|
<FormInputField
|
||||||
|
|
||||||
name="password"
|
name="password"
|
||||||
props={{ type: 'password',placeholder: '请输入密码',maxLength:16 }}
|
props={{ type: 'password',placeholder: '请输入密码',maxLength:16,autoComplete:'new-password' }}
|
||||||
|
|
||||||
validators={[
|
validators={[
|
||||||
Validators.required('请输入密码'),
|
Validators.required('请输入密码'),
|
||||||
|
|
Loading…
Reference in New Issue