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

@@ -462,3 +462,10 @@ table.balance-sheet th.total {
.modal-card-foot {
flex-wrap: wrap;
}
.typeahead input[disabeld] {
background-color: whitesmoke !important;
border-color: whitesmoke !important;
box-shadow: none;
}