Hi
I have a textinput with focus. For some reason I get this pulsating shadow effect when the page is active. How can I get rid of that?
This input field is a coded component:
<input type="text" id="textinput" placeholder="or type xxx and hit ENTER">
We run a javascript to keep it focused (this is a barcode-scanner operated app)
startAutofocus();
textInput.focus(); // Initial focus
I have seen this before as well (when not using coded component).
Any ideas how we can get rid of the pulsating shadow?
Thanks!
-Johan
