vocascan / vocascan-frontend

A highly configurable vocabulary trainer
https://vocascan.com
Apache License 2.0
29 stars 8 forks source link

Input Styling is overridden when the input is filled using autocomplete #137

Open Adnan-Sait opened 1 year ago

Adnan-Sait commented 1 year ago

Describe the bug When the text input is filled using autocomplete from the browser the styling is overridden and the input takes a white background with black text (image attached). Noticed this on the Registration and Login Pages.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Login Page' or 'Register Page'
  2. Click on 'Email' input and use browser autocomplete to fill the input
  3. The styling of the input changes.

Expected behavior The styling of the input should remain the same even when the user uses autocomplete to fill the form.

Screenshots If applicable, add screenshots to help explain your problem.

vocascan-autocomplete-styling_issue-2 vocascan-autocomplete-styling_issue-1

Please complete the following information:

Version:
Commit:
Date:
Electron:
Chrome: 105.0.5195.127 (Official Build) (64-bit)
Node.js:
V8:
OS: Windows 11

Additional context Add any other context about the problem here.

noctera commented 1 year ago

@Adnan-Sait Thanks for submitting this issue.

Would you like to work on it?

Adnan-Sait commented 1 year ago

@noctera, Sure, I'd love to take this up