As a backend developer, I’m pretty proud of a little UI component I recently built a custom phone number input.
I feel like something like this would be a great as a native component in WeWeb someday!
Amongst the features there is translation or that it automatically reformats the input to ensure a consistent phone number structure no matter how the user types it (with or without spaces, starting with a 0 or not for French numbers, etc.).
It’s based on an npm package, but I had to do a good bit of customization to make it fit seamlessly with my style library.