const PostCreate = () = ( Create SimpleForm noValidate TextInput source="title" / RichTextInput source="body" / NumberInput source="nb_views" / /SimpleForm /Create); 如果您不想使用浏览器的默认验证,或者想要自定义错误消
const PostCreate = () => (
<Create>
<SimpleForm noValidate>
<TextInput source="title" />
<RichTextInput source="body" />
<NumberInput source="nb_views" />
</SimpleForm>
</Create>
);
【文章原创作者:香港服务器 http://www.558idc.com/hk.html提供,感谢支持】如果您不想使用浏览器的默认验证,或者想要自定义错误消息