We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need validation styles like other UI elements for c-multi-select. Are you planning doing this? or any other suggestions to do this?
The text was updated successfully, but these errors were encountered:
To get validation color visual feedback, use the valid prop, which can be set to true | false | undefined. Currently, there are no background icons.
valid
true | false | undefined
<c-multi-select [valid]="false"> ... </c-multi-select>
<c-multi-select [valid]="true"> ... </c-multi-select>
Sorry, something went wrong.
and the red "!" badge and form feedback?
@Stewioie updated in version ~5.4.6, see the docs: https://coreui.io/angular/docs/forms/validation/#enhanced-example
~5.4.6
Thanks for the fix 👍
xidedix
No branches or pull requests
I need validation styles like other UI elements for c-multi-select.
Are you planning doing this? or any other suggestions to do this?
The text was updated successfully, but these errors were encountered: