Remove the Validation Tick From Text Field

Hi.
Just updated Wappler to 1.7.4
Any idea how to remove the validation tick/cross marks? They appear on both valid and invalid input.
image

I dont have enough space on the page to increase the width of the text box to accommodate a tick.

This CSS hack works for now:

.form-control.is-valid{
  background-image: none !important;
  padding-right: 0 !important;
}
2 Likes

Thanks. Found this helpful and saved me making a post. Cheers… and stay healthy and safe people!