- 🇦🇹Austria maxilein
I think the tricky part is to strip the symbols from the numbers before saving it in a way Drupal expects it.
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.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think the tricky part is to strip the symbols from the numbers before saving it in a way Drupal expects it.