ant-design Add form instance methods:getTouchedFields

aydmsdu9  于 2022-11-19  发布在  其他
关注(0)|答案(2)|浏览(179)

What problem does this feature solve?

Used to get the field that was manipulated

What does the proposed API look like?

() => string[],returns a list of fields that have been manipulated。

相关问题