Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.43k stars 1.99k forks source link

Recurring Payments: Investigate refactoring price input type to string with client & server validation #42592

Open sixhours opened 4 years ago

sixhours commented 4 years ago

Recurring Payments uses a text input formatted as a number, which prevents the use of non-numeric placeholders (like commas) for non-US currencies.

We should investigate refactoring the text input to string and validating the price in another way on the client/server side for a better user experience for international currencies.

Screen Shot 2020-05-22 at 3 10 00 PM

See related discussion in Automattic/jetpack#15849

github-actions[bot] commented 3 years ago

This issue is stale because it has been 180 days with no activity. You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation and apply one of relevant issue close labels.