typesnippet / antd-phone-input

Advanced, highly customizable phone input component for Ant Design.
https://playground.typesnippet.org/antd-phone-input-5.x/
MIT License
51 stars 10 forks source link

🐛 Bug Report - errors do not disappear after reset #40

Closed ArtyomVancyan closed 1 year ago

ArtyomVancyan commented 1 year ago

When the input value is required, and the resetFields method is called on the form, validation is set as invalid. This is not antd input component behavior and must be fixed.

Special cases