标签: admin-on-rest
我尝试使用admin-on-rest创建一个用于创建新用户的页面。我想为Password和Repeat Password添加两个字段。您能指导我吗?我对<TextInput source="password" type="password" validate={ required }/>字段使用了Password,但是Repeat Password呢?
Password
Repeat Password
<TextInput source="password" type="password" validate={ required }/>
我们如何验证Repeat Password?
我对如何创建此页面一无所知。