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

input type=hidden are not being matched #174

Open
lucianobosco opened this issue Jan 27, 2022 · 3 comments
Open

input type=hidden are not being matched #174

lucianobosco opened this issue Jan 27, 2022 · 3 comments

Comments

@lucianobosco
Copy link

Many datetime pickers use visible inputs for showing formatted dates and hidden fields for the value that is in fact selected.
This is the case of flatpickr

<div class="input-group">
    <input type="hidden" data-input="true" name="birthday" placeholder="20/12/1983" class="flatpickr-input" value="">
    <input placeholder="20/12/1983" tabindex="0" type="text">
</div>

Is there any chance to get hidden fields working?

@calvinballing
Copy link
Contributor

Custom radio/option buttons sometimes use this same pattern

@calvinballing
Copy link
Contributor

This repo appears to no longer be actively maintained. I forked the repo and resolved the issue here: https://github.com/calvinballing/fake-filler-extension

At the moment, to use this you'd need to clone the modified repo, run the build script to generate the files in the /dist folder then load the extension in Chrome by turning on Developer Options and loading an unpacked extension by pointing it at the /dist folder.

@calvinballing
Copy link
Contributor

@lucianobosco
I've made a clone of this Extension called Fake Filler 2, which can match hidden fields.
https://chrome.google.com/webstore/detail/fake-filler-2/cjikmgjafbapgbmlaobilpfjhoimmblo
Any feedback is welcome!

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