Broken? Firefox issue?
See original GitHub issueI found this package today and it seems to do exactly what I want. Except… I can’t get it to work.
I installed it via npm, put a basic <input type="search">
and set it up like so
var h = holmes({
input: 'input[type=search]',
find: 'label',
class: {
visible: 'highlight',
hidden: 'hidden'
},
hiddenAttr: true,
mark: true
});
Nothing appears to happen, and nothing shows up in console either.
The demo page doesn’t work properly for me either. As I type I get TypeError: t.textContent.toLowerCase(...).includes is not a function
errors in the console.
These may be separate issues, I’m not sure.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Troubleshoot and diagnose Firefox problems - Mozilla Support
1. Restart your computer · 2. Clear your cookies and cache · 3. Restart Firefox in Troubleshoot Mode · 4. Reinstall Firefox ·...
Read more >Troubleshooting | Firefox Help - Mozilla Support
A Refresh can fix many issues by restoring Firefox to its default state while saving essential information like bookmarks and passwords.
Read more >Fix problems | Firefox Help - Mozilla Support
Learn how to troubleshoot and fix Firefox crashes, and find out how to get more help if you're having problems solving the issue....
Read more >Troubleshooting | Firefox Help - Mozilla Support
Diagnose Firefox issues using Troubleshoot Mode. Use Firefox Troubleshoot Mode (known as Safe Mode in previous versions of Firefox) to diagnose and fix...
Read more >Websites don't load - troubleshoot and fix error messages
Try clearing Firefox's cookies and cache · Click the menu button Fx89menuButton · Click History and select Clear Recent History… · In the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now, that is what I call quality support!
tip top, thanks for catching the error 👍