justinwaltrip / wealthfolio

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

Improve currency inputs #1

Open justinwaltrip opened 1 month ago

justinwaltrip commented 1 month 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"

justinwaltrip commented 1 month ago

Tested both https://github.com/cchanxzy/react-currency-input-field and https://github.com/jsillitoe/react-currency-input without success