paypal/paypal-android

Cant enter a decimal number

FreyLuis opened this issue · 2 comments

PayPal Android SDK Version

8.53.1

Environment

Both

Android Version & Device

No response

PayPal dependencies

idk

Describe the bug

The new textfield for the amount I want to send or request no longer allows me to enter a decimal number in germany.

The reason for that is, that we use a comma instead of period for the decimal separator. The Problem is, that a comma isn't an option on the standard gboard numbers only keyboard.

This wasn't a problem previously, since it added the decimal separator automatically (which also felt more intuitive imo).

To reproduce

  1. Change the language culture to something that uses a ',' as a decimal seperator
  2. use gboard as the keyboard
  3. try enter a decimal number

Expected behavior

Allows me to enter a decimal number

Screenshots

No response

Hi @FreyLuis we don't maintain any of the UI elements in our SDK at the moment, with the exception of the Payment Buttons. An you provide a screenshot of which UI element you're referring to?

sorry, I confused this repo for the repo of the actual paypal app