A way better approach for form validation. Feels good now.

This commit is contained in:
2022-07-19 08:24:33 -07:00
parent b84600e4f1
commit cab3a84903
18 changed files with 530 additions and 111 deletions

View File

@@ -10974,6 +10974,12 @@ span[data-tooltip].has-tooltip-primary-two {
overflow: auto;
}
.typeahead input[disabeld] {
background-color: whitesmoke;
border-color: whitesmoke;
box-shadow: none;
}
.typeahead-suggestion {
display: block;
overflow: visible;