I have a multi-step form in which I included input fields. Many of these input fields have a number format. When the user inputs a number, I’d like it to be formatted properly, e.g. 11111 becomes 11’111. Has someone already face this challenge?
Thank you
Many thanks. It’s not urgent, so I will wait for the update. Do you have an approximate release date? (and out of curiosity, is there a repository where I can see what Weweb works on? )
hi @Joyce,
This has been a big challenge for members of the community in which I participate, for currency formatting, we do it with JS in some cases but it only works when typing, if the input has a value added previously the code doesn’t work, a input with the resources of the number element.
Congratulations on the great work you are doing