typesnippet / antd-phone-input

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

Fix input value on select #62

Closed ArtyomVancyan closed 11 months ago

ArtyomVancyan commented 11 months ago

Motivation:

When fixing the key uniqueness for getting rid of React warnings in the browser's console, there was forgotten the fact of dependence on the key property. It caused an unexpected prefix issue that occurs only when dial code is selected manually. This PR fixes that issue.

All Submissions:

Changes to Core Features: