Closed zalon closed 5 years ago
When creating roles, the check for the role name being unique, will generate an error if the name already exists, as expected.
However, the result is not as expected.
The name input field will turn red, but the error message will not be shown. Eg. the state will change to invalid, but feedback will not be set.
Why is this? It works as expected in the other forms, and I've been unable to see the difference.
Hello,
It was because of b-row outside inputs which breaks boostrap 4 validation (feedback must be adjacent to input)
I fixed by adding dedicated b-form-feedback.
Thx !
When creating roles, the check for the role name being unique, will generate an error if the name already exists, as expected.
However, the result is not as expected.
The name input field will turn red, but the error message will not be shown. Eg. the state will change to invalid, but feedback will not be set.
Why is this? It works as expected in the other forms, and I've been unable to see the difference.