neodash
neodash copied to clipboard
Allow number formatting
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests.
Feature request template
Numbers are formatted to use thousands separator which is not always desirable, for instance when representing phone numbers. Coercing the integer to a string removes the comma, but messes with the sorting, as it sorts from the left and not from the right, so 900 is seen as "smaller" than 98. It would be better to have number formatting options available, such as thousands separator and currency.