woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
299 stars 110 forks source link

[Order Creation] Amount field is not highlighted while adding "Shipping" #13956

Open selanthiraiyan opened 3 weeks ago

selanthiraiyan commented 3 weeks ago

Issue

While creating an order, the "Amount" field in the "Shipping" screen is not highlighted.

Internal - pe5sF9-38F-p2

Screenshot

https://github.com/user-attachments/assets/e8e91409-6a12-4969-8868-94c0563ed158

Expected behaviour

Tapping on the "Amount" field should show the cursor on the Amount field or highlight it in some other manner.

dangermattic commented 3 weeks ago

Thanks for reporting! 👍

rachelmcr commented 2 weeks ago

Just a note that this is not specific to the Shipping screen — it's true of all screens using the FormattableAmountTextField view, which hides the input text field and shows the amount as a text label instead (https://github.com/woocommerce/woocommerce-ios/pull/5805).

Ecarrion commented 1 week ago

Just a note that this is not specific to the Shipping screen

True, the same happens on the custom amount screen.