afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Affero General Public License v3.0
4.39k stars 228 forks source link

Improve currency inputs #128

Closed justinwaltrip closed 1 month ago

justinwaltrip commented 2 months ago

Improve support for currency inputs, such as prefixes (ex. "$12.34") and group separators (ex. "1,234"). This should make it easier to paste currency values into the application when copied from a variety of sources.

Ex. If user pastes string "$1,234.56", then the input field should display value "1234.56"

afadil commented 1 month ago

Thanks @justinwaltrip !