phuocng

Results 236 comments of phuocng

@7iomka This was fixed in the latest code. It will be included in the next version. Thanks again for reporting the issue 👍

The issue is fixed in [v1.10.0](https://formvalidation.io/updates/). Please upgrade.

@froilanmmedina The next version will add new events that are triggered after a validator is enabled or disabled ```js const fv = FormValidation.formValidation( formElement, { fields: { // ... },...

The events are added in [v1.10.0](https://formvalidation.io/updates/). Please upgrade.

Here is the simple code using [Bootstrap Select](https://github.com/snapappointments/bootstrap-select): ```html .bootstrap-select i.fv-plugins-icon { right: -38px !important; } Gender --- Male Female Other document.addEventListener('DOMContentLoaded', function(e) { $('#gender').selectpicker(); const demoForm = document.getElementById('demoForm'); FormValidation.formValidation(demoForm,...

@GeekLabsUK I don't see the new comment that I saw in the email > Can you please suggest how to deal with this scenario: Can you update the message?

@7iomka Thanks a lot for all of the things you have been reporting and suggesting ❤️ This request was implemented in the latest code, and will be included in the...

@7iomka The issue is fixed in [v1.10.0](https://formvalidation.io/updates/). Please upgrade.

Please take a look at this example https://formvalidation.io/guide/examples/is-a@b-valid-email-address/

Thanks for reporting the issue, @7iomka I'll check it.