JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › validator strange behavior › Reply To: validator strange behavior
June 3, 2021 at 9:38 am
#101873
Dark Beccio
Member
2- solved like this
#validation span {
display: none;
}
1- i think the problem is this:
.smart-success-label-like-after-element:after, .smart-validation-success:not(smart-check-box)>div.smart-container:after {
color: var(–smart-success-color);
content: ‘✓’;
background-color: var(–smart-success);
}
ON
smart.default.css:64