danman113 / simple-autoscrollv2

Manifest V3 version of autoscroll
GNU General Public License v3.0
8 stars 4 forks source link

[Bug] Native HTML Input Errors are illegible #3

Open danman113 opened 1 year ago

danman113 commented 1 year ago

image When the user trys to enter an "Invalid" scroll amount, the default HTML Form Validation Error gets squished into one column.

There are a couple of fixes for this

  1. Make the element wider to accommodate the error message. This would complicate the interface.
  2. Implement custom JS validation
danman113 commented 1 year ago

I removed many of the input rules to reduce the occurrence of this problem. I plan to address it using option 2, but it's a lower priority since it's more of a polish issue and will require some time.

ShantanuXD commented 1 year ago

how do i fix it cant understand the options