Skip to content
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

Target using placeholder not working #186

Open
RaviRamDhali opened this issue Aug 11, 2022 · 1 comment
Open

Target using placeholder not working #186

RaviRamDhali opened this issue Aug 11, 2022 · 1 comment

Comments

@RaviRamDhali
Copy link

RaviRamDhali commented Aug 11, 2022

I am trying to target the placeholder attribute as seen below. I have the rule at the very top of my list, it is the first item.

<input type="tel" maxlength="5" placeholder="ZIP Code">

I have tried using the follow settings and it is not working.

image

image

@calvinballing
Copy link
Contributor

I believe this is because the tel type overrides randomized lists. At the moment you can fix this by using a Regular Expression matcher instead which has higher precedence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants