ngx-international-phone-number icon indicating copy to clipboard operation
ngx-international-phone-number copied to clipboard

The input doesn't reflect is-invalid

Open danieldluyzo opened this issue 6 years ago • 1 comments

When the form is validated and the phone number is not correct, the input's border doesn't turn red. In order for the 'invalid-feedback' to appear, I had to add to add to the CSS:

.form-group .is-invalid .invalid-feedback {
    display: block !important;
}

I've checked and the is-invalid class propagation does not reach the input. That's why its border doesn't turn red.

danieldluyzo avatar Sep 09 '18 15:09 danieldluyzo

@danieldluyzo Thank you for reporting issue and workaround. Can you open up pull request for this?

nikhiln avatar Sep 15 '18 05:09 nikhiln