added basic parsing support

This commit is contained in:
taywon18
2024-09-22 16:49:15 +02:00
parent 5707f5a2d4
commit 7169561eaa
7 changed files with 135 additions and 4 deletions

View File

@@ -66,3 +66,17 @@ a, .btn-link {
.blazor-error-boundary::after {
content: "An error has occurred."
}
.numeric-value {
color: blue;
}
.numeric-value-error {
color: red;
font-weight: bold;
}
.numeric-value-range{
}