mui-tel-input
mui-tel-input copied to clipboard
📌 A phone number input designed for MUI (Material ui) V5 built with libphonenumber-js
libphonenumber-js provides an option to get phone number type, could you add it as an export please?
Hi, firstly, **this is fantastic**, the best one I've found so far for material-UI, great work. 👏 I could really do with being able to import some of the other...
Add NumberType to MuiTelInputInfo - Allows users to access further information about the type of number being entered i.e. MOBILE, LANDLINE etc.
Thanks for the library, we are enjoying it! Because you use an MUI Menu with MenuItem, I would have expected the following behavior. _Pressing the letter "B" on my keyboard...
Thanks for the library once again! When trying to enter a UK country code, the flag does not change, and the object does not recognise UK's `countryCode` or `countryCallingCode`. ###...
@viclafouch , Thanks for sharing your work on`mui-tel-input`, it's the the best React / MUI implementation I've found yet. When editing a digit in the middle of the phone number...
This PR integrates an alternative modal to the `FlagsMenu` that allows for the selection of a calling code via countries. This method integrates MUI's `Autocomplete` component to allow users to...
I have a use case for selecting only the country code. I'm using the MuiTelInput for the customer side but I need also a controller to select the default country...
I have been using MUI-TEL-INPUT where currently I opt to show only three countries CA, US, MX. By default I'm Setting defaultCountry as US. And when I Input a valid...
Would it be possible to add a property to make the input dense/small like outer MUI input controls provide?
## Description Adds support for inputting extensions via an additional input field. ## Why This library is incredibly useful yet it lacks support for entering extensions which is commonplace in...