Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Linaori
2 months agoNew Contributor
1password input focus lag with lots of inputs
I'm running into an issue where 1password seems to significantly slow down interaction with the webpage I'm working on. There's a ton of input fields of which most are hidden, I cannot lower the amount of inputs, in fact I have to increase the amount of inputs due to how the system works.
Every time I click on an input, the focus is delayed by ~200ms or so. The next time I select the same input field it's instant. 1password seems to do something that slows down the focus event.
I made a performance recording in firefox. I selected 3 inputs and after the 3rd on selected the same 3 in the same order with no slowdown. I've tried adding data-1p-ignore and autocomplete="off" but it didn't solve anything.
4 Replies
- ShadeDreamNew Member
This issue still persists for me. I've tried everything I've been able to come up with (using data-1p-ignore, disabling autocomplete on the form and inputs etc) and it's still a problem in the application we're developing.
Firefox 147.0
MacOS 26.3 (Apple Silicon)
1password extension 8.12.2.38
Roughly 900 inputs on the page (up to 128 individual components with 6-8 inputs each). I could disable the feature in 1password or disable it for this URL... but this application will be rolling out to our users on 1password enterprise accounts using the standard configuration, so that's not feasible for them. - LinaoriNew Contributor
- Firefox 145.0.1 (64-bit)
- Fedora 43, KDE Plasma 6.5.3
- 1password browser extension version: 8.11.16.35
Nobody else on my team has this issue (yet) because I'm still developing the page. For now I've disabled 1password on my local env, but that's obviously not a permanent solution.
Here's a list of the input amounts:
document.querySelectorAll(`input[type="text"]`).length; 2989 document.querySelectorAll(`input[type="checkbox"]`).length; 609 document.querySelectorAll(`textarea`).length; 1 document.querySelectorAll(`select`).length; 427 document.querySelectorAll(`option`).length; 5708- BenjimanNew Contributor
I am experiencing a very similar issue and am also interested in the solution