You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest adding a feature that allows flipping the credit card programmatically. This functionality would be useful for cases where we need to show additional information on the back of the card. For exemple: field CVV get a focus.
Implementation Proposal
Add a method that allows controlling the card flip via code, something like:
// Example of the suggested methodvoidflipCard() {
// Code to flip the card
}
The text was updated successfully, but these errors were encountered:
Hello,
I would like to suggest adding a feature that allows flipping the credit card programmatically. This functionality would be useful for cases where we need to show additional information on the back of the card. For exemple: field CVV get a focus.
Implementation Proposal
Add a method that allows controlling the card flip via code, something like:
The text was updated successfully, but these errors were encountered: