nanxiaobei / ant-plus

🪄 Ant Design Form Simplified
MIT License
279 stars 16 forks source link

Form isDirty #14

Closed TomFuch closed 1 year ago

TomFuch commented 1 year ago

Is there a way to check if form is Dirty without unsaved changes?

thanks for hints...

nanxiaobei commented 1 year ago

Can use JSON.stringify(prev) !== JSON.stringify(next) to check?