Disabling validation icons via Theme Manager does not work with Bootstrap 5

Wappler Version : 3.9.7
Operating System : Windows 10 Pro
Server Model: Node.js
Database Type: MySQL
Hosting Type: Docker

Expected behavior

What do you think should happen?

When I uncheck the box for Validation Icons in Theme Manager and upload the theme, the validation icons should no longer appear in my form inputs.

Actual behavior

What actually happens?

The validation icons still appear in my form inputs. I am using Bootstrap 5 local.

How to reproduce

Uncheck the Validation cons checkbox
Click on Upload Design Them button
Reload the web page
Violate the validation checks in a form input
Click on the submit form button
The validation icon appears

If want a workaround while the problem is fixed, add

.form-control.is-invalid {
  background-image: none !important;
}
1 Like

Thanks Ben!

Bump. This issue still remains.

Fixed in Wappler 5.1

1 Like

This topic was automatically closed after 47 hours. New replies are no longer allowed.