-
-
Notifications
You must be signed in to change notification settings - Fork 983
Remove event listener for flashing using Enter key. #3804
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
Remove event listener for flashing using Enter key. #3804
Conversation
This comment has been minimized.
This comment has been minimized.
Well, i have made use of the autocomplete on occasion. However, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, now no autocomplete and Enter are disabled here (and not in other fields)
@nerdCopter - you can still paste in text |
understood. but easier when i don't have to search the settings 😆 . |
Could not find a[n easy] way in a hour to override the user agent style |
I'm not sure what you want to solve? |
Trying to keep autocomplete - not messing with dark mode |
I have no experience here, but maybe change in js, ie. $('input').attr('autocomplete','on'); |
if you make this PR only about the |
|
Do you want to test this code? Here you have an automated build: |
* Disable autocomplete on custom defines field * Keep autocomplete
When using autocomplete the background does not observe darkmode. Also on enter to accept the field it triggers firmware flashing.
This PR