-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PayTo - Component state #2025
base: feature/payto
Are you sure you want to change the base?
PayTo - Component state #2025
Conversation
COAND-1058
…payIdType COAND-1058
e3c3132
to
8a2ca0d
Compare
@@ -21,11 +21,13 @@ | |||
|
|||
<style name="AdyenCheckout.PayTo.FirstNameEditText" parent="AdyenCheckout.TextInputEditText"> | |||
<item name="android:hint">@string/checkout_payto_first_name_hint</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most important input fields already have an autofill hint, but I think some others could also use it. The first and last name inputs for example. Here is a extended list of hints. You can either hardcode those values in xml or use this constants class through code
COAND-1058
COAND-1058
8a2ca0d
to
2631b39
Compare
✅ No public API changes |
|
Description
Generate component state for PayTo
Checklist
COAND-1058