AtilioA / AlertaDoTesouro

🚨 A web application that notifies you about Brazilian treasury bond rates.
GNU General Public License v3.0
4 stars 1 forks source link

Input icons don't change color correctly if an error occurs #32

Closed AtilioA closed 2 years ago

AtilioA commented 2 years ago

Example:

2022-05-13_00-16 Invalid e-mail should cause FiUser (now FiAtSign) icon to go red.

Steps to reproduce:

  1. Load SignUp page (/registrar)
  2. Place any character into any input field
  3. Click submit button
Henriquelay commented 2 years ago

Apparently this is intended, as I see from testing this does happens when the input is not empty -- and only then, indicating it is a required input.

Should we keep going with the issue? Unform's reference documentation is lacking in depth.

image image image

AtilioA commented 2 years ago

Closing in favour of JavaScripto Bullshito