How to fill in an input in Yandex checkout?
-
I need to fill out an input in the Yandex checkout. The usual value methods do not help, the error of incorrect data remains hanging, react is connected to the frame.
<input pattern="[0-9]*" inputmode="numeric" name="card-number" type="text" aria-invalid="true" class="Textinput-Control" autocomplete="off" value="">
Where to dig?JavaScript Anonymous, Aug 19, 2019 -
name = "card-number" - you are a brave person to store bank card numbers of clients on your server.
What problem are you solving?
Repeated payments are resolved differently.
https: //yookassa.ru/developers/payment-forms/widge ... < / a>Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!