You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numbers, dates, weight and length measurements should be wrapped by react-intl so they can be formatted to the users locale. Unit conversion is currently not supported natively, so will need to be implemented. If en-us convert to imperial, otherwise use metric. All inputs should remain metric.
165cm -> 5" 4'
45kg -> 99lbs
2018-05-02 -> May 5th, 2018, etc.
81787583 -> 81,787,583, 81.787.583, etc.
The text was updated successfully, but these errors were encountered:
Numbers, dates, weight and length measurements should be wrapped by react-intl so they can be formatted to the users locale. Unit conversion is currently not supported natively, so will need to be implemented. If en-us convert to imperial, otherwise use metric. All inputs should remain metric.
165cm -> 5" 4'
45kg -> 99lbs
2018-05-02 -> May 5th, 2018, etc.
81787583 -> 81,787,583, 81.787.583, etc.
The text was updated successfully, but these errors were encountered: