-
Notifications
You must be signed in to change notification settings - Fork 122
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
[Feature] How to modify UI based on CardComponent
?
#766
Comments
Find the corresponding
|
Hey @yujingning There is no easy way to do it, but we are planing to decouple form and "Submit" button in v5. |
CardComponent
?CardComponent
?
Okay~Thanks for your quick reply. If we can control the Views on |
I'm currently using the 5.0.0 Adyen SDK and have this exact same question. We tried following @yujingning steps in casting our way to the stackView, but it looks like SecuredViewController and FormViewController are both internal and not accessible in the code and therefore throws an error. Is there a way to add in a custom view to the Card Component form? Also, is it possible to add a border for the textField's and not have it be just a line below the text? @descorp @mohammedDehairy |
@yujingning We cannot do any modifications on |
We just shipped 5.14.0 which allows you to use a custom pay button and thus add content below the form. I'm closing the issue but feel free to re-open if there are any additional questions. :) |
Describe the challenge
Hi~
I'm using
CardComponent
, but our design is different from the current UI provided byCardComponent
. Is there a way to make some modifications based onCardComponent
? Such as add aUILabel
above the confirm button.SDK Version: 4.4.0
The text was updated successfully, but these errors were encountered: