style: scroll to field

This commit is contained in:
jialin
2025-10-21 19:59:49 +08:00
parent 1e4018350f
commit fc7350b7e2
6 changed files with 166 additions and 34 deletions
+1
View File
@@ -38,6 +38,7 @@ const BasicForm: React.FC<BasicFormProps> = (props) => {
return (
<>
<Form.Item<FormData>
data-field="name"
name="name"
rules={[
{