multi select validation styles
Closed this issue · 4 comments
Stewioie commented
I need validation styles like other UI elements for c-multi-select.
Are you planning doing this? or any other suggestions to do this?
xidedix commented
To get validation color visual feedback, use the valid prop, which can be set to true | false | undefined. Currently, there are no background icons.
<c-multi-select [valid]="false">
...
</c-multi-select><c-multi-select [valid]="true">
...
</c-multi-select>Stewioie commented
and the red "!" badge and form feedback?
xidedix commented
@Stewioie updated in version ~5.4.6, see the docs: https://coreui.io/angular/docs/forms/validation/#enhanced-example
Stewioie commented
Thanks for the fix 👍

