- 🇦🇹Austria maxilein
I be created a module, since I really needed that functionality for core number fields
https://www.drupal.org/project/formatted_number_input →
If you have to handle larger numbers Drupal does not provide an input mask. Therefore it is error prone to enter larger numbers.
Add input mask which respects thousand separator and comma separator for integer, decimal and float fields.
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I be created a module, since I really needed that functionality for core number fields
https://www.drupal.org/project/formatted_number_input →