website icon indicating copy to clipboard operation
website copied to clipboard

Donate form doesn't accept comma as decimal seperator

Open mal-tee opened this issue 4 years ago • 4 comments

It seems like the donate form does not accept a comma as decimal separator. This is quite unfortunate, as it's the norm in Germany.

comma_sep

In this example I was using the numpad on a german keyboard.

mal-tee avatar Aug 15 '21 20:08 mal-tee

@mal-tee I would like to work on this, can you please guide me through the codebase?

kaggrwal avatar Oct 01 '21 12:10 kaggrwal

https://github.com/datenanfragen/website/blob/master/src/Components/DonationWidget.js

This is the code for the /donate page. The bug should be hidden here somewhere. Part of fixing a bug is understanding why it's happening. Only then you can fix it.

If you want to know how to get our project running locally, please read the README carefully.

mal-tee avatar Oct 01 '21 15:10 mal-tee

Can you assign this to me?

kaggrwal avatar Oct 01 '21 20:10 kaggrwal

I have raised a PR, please review it #714

kaggrwal avatar Oct 02 '21 17:10 kaggrwal