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
So I have a form field which is exactly as you guys said in the documentation. An <input type="tel" name="credit_card_number" /> but when I try to fill that input only there is no way I can get my custom fields to target it as credit card, it will always use a telephone number. I tried with the Contextual Menu -> Fill this input, also with Fill this input keyboard shortcut.
It doesn't even work on the example page that you guys have in the docs.
The text was updated successfully, but these errors were encountered:
You can overcome this behavior by inserting a RegEx custom rule above the telephone rule, for example with a matcher of creditcard and an output of [0-9]{16}. Note that special characters are stripped before matching is attempted, so you have to enter creditcard not credit_card to match credit_card.
So I have a form field which is exactly as you guys said in the documentation. An
<input type="tel" name="credit_card_number" />
but when I try to fill that input only there is no way I can get my custom fields to target it as credit card, it will always use a telephone number. I tried with the Contextual Menu -> Fill this input, also with Fill this input keyboard shortcut.It doesn't even work on the example page that you guys have in the docs.
The text was updated successfully, but these errors were encountered: