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

Add support for `prefixCls` provided by ConfigProvider #82

Closed ArtyomVancyan closed 6 months ago

ArtyomVancyan commented 6 months ago

Motivation:

Added support for prefixCls provided by ConfigProvider, in the scope of #80. The problem was that when providing a prefixCls, it was supposed to change the default ant- prefixes of the children components with the provided one, but it didn't. It caused style disappearing issues for users who were using custom @ant-prefix in their project.

All Submissions:

Changes to Core Features: