antd-phone-input icon indicating copy to clipboard operation
antd-phone-input copied to clipboard

💡 Feature Request - Arrow icon after the country flag

Open debotos opened this issue 9 months ago • 1 comments

Summary

An arrow icon after the country icon(dropdown trigger) to indicate it's a select/dropdown.

Basic Example

Screenshot 2024-05-09 at 9 44 04 AM

Drawbacks

addonBefore size will increase a bit.

debotos avatar May 09 '24 03:05 debotos

@debotos, when designing this component, <flag> <country code> <arrow> looked ugly to me, so I kept the <flag> <country code> form, but it's not a bad idea to make it appear using a boolean property. I think it doesn't look too bad and is possible in the near future. Thanks for the suggestion.

ArtyomVancyan avatar May 09 '24 08:05 ArtyomVancyan

Hey @debotos, the arrow has been added in the latest release of the package. You can enable it using the enableArrow option of the component. You can also test it out in the playground server. Thanks for the suggestion.

ArtyomVancyan avatar Jul 02 '24 21:07 ArtyomVancyan