+ This is a "light" version of the PhoneNumberField component. It does not use google's
+ libphonenumber library to reduce bundle size.
+
+
+ - Only supported countries are formatted
+ - Not all phone number types are formatted
+ - Numbers in E164 are returned unformatted
+
+ - A custom formatter can be provided via props and the formatter used by this
+ component is exported as `formatPhoneLite`
+
+
+