[GH-ISSUE #7394] [Bug] Number property type should have generic "Dollar" #3291

Open
opened 2026-03-23 21:29:01 +00:00 by mirror · 0 comments
Owner

Originally created by @philiprenich on GitHub (Feb 17, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7394

Bug Description

Currently, when setting a column to a dollar currency, you can select from a range of options such as US Dollar, NZ Dollar, Canadian Dollar etc. But the US Dollar is not prefixed with US. All the other dollar currencies get prefixed with their country. NZ$, CA$ etc.

This is problematic for two reasons:

  1. It is US centric, but a globally available software. If you do not live in the US, you must select US Dollar to get an unprefixed currency. (non-US countries don't prefix their dollar symbol in general use in their own country)
  2. There's no way to explicitly / obviously mark something as a US dollar when also talking about other dollars. I use multiple currencies and need to be able to easily differentiate them, including the US dollar.

How to Reproduce

In a grid, set a column property to Number, then select a Dollar type.

Expected Behavior

There should be a generic "Dollar" option and a "US Dollar" option. The former should be unprefixed, the latter should be prefixed with "US"

I wouldn't take the approach of using the user's locale as that is a) changeable and b) not necessarily as explicit as the user may want. (though it would be a fine default)

Operating System

MacOS

AppFlowy Version(s)

8.6.3

Screenshots

No response

Additional Context

No response

Originally created by @philiprenich on GitHub (Feb 17, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7394 ### Bug Description Currently, when setting a column to a dollar currency, you can select from a range of options such as US Dollar, NZ Dollar, Canadian Dollar etc. But the US Dollar is not prefixed with `US`. All the other dollar currencies get prefixed with their country. `NZ$`, `CA$` etc. This is problematic for two reasons: 1. It is US centric, but a globally available software. If you do not live in the US, you must select US Dollar to get an unprefixed currency. (non-US countries don't prefix their dollar symbol in general use in their own country) 2. There's no way to explicitly / obviously mark something as a US dollar when also talking about other dollars. I use multiple currencies and need to be able to easily differentiate them, including the US dollar. ### How to Reproduce In a grid, set a column property to Number, then select a Dollar type. ### Expected Behavior There should be a generic "Dollar" option and a "US Dollar" option. The former should be unprefixed, the latter should be prefixed with "US" I wouldn't take the approach of using the user's locale as that is a) changeable and b) not necessarily as explicit as the user may want. (though it would be a fine default) ### Operating System MacOS ### AppFlowy Version(s) 8.6.3 ### Screenshots _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3291
No description provided.