You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, we set this up as an optional dependency, as these libraries are quite heavy, and since it depends on the API payload, if they are required, they can't be statically tree shaken.
Either through optional npm deps or some kind of plugin system.
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe your problem
ory/elements-react should support phone numbers properly.
Describe your ideal solution
Whenever we show a phone number in the UI, it should be properly formatted (using https://www.npmjs.com/package/libphonenumber-js).
Inputs should use a proper phonenumber input, for example https://www.npmjs.com/package/react-phone-number-input.
Workarounds or alternatives
Version
master
Additional Context
Ideally, we set this up as an optional dependency, as these libraries are quite heavy, and since it depends on the API payload, if they are required, they can't be statically tree shaken.
Either through optional npm deps or some kind of plugin system.
The text was updated successfully, but these errors were encountered: