Display validation hints in popup

Hi everyone,

The validation hints below an input field can become quite overwhelming and make the field input list longer than necessary. I have three suggestions:

  1. Add ability to hide hints & help text in field settings (show them only on input change event or when field is invalid)
  2. Hide hints/ help text by default, and instead add an info/ help icon that can be hovered to display hints
  3. Or alternatively as quick improvement: make hints right aligned (see screenshot below), to improve fast vertical scanning of field labels
.form__hint { text-align: right }