Merged PR 1860: #5157 Return Input Ean Validation

- feat(oms-return-review): implement return review feature
- Merge branch 'develop' of https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend into develop
- Merge branch 'develop' of https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend into develop
- feat(oms-return-process, ui-input-controls): improve error feedback for EAN input and adjust text field container spacing

Refs: #5157
This commit is contained in:
Nino Righi
2025-06-13 13:55:32 +00:00
committed by Lorenz Hilpert
parent 0134f8dbf5
commit 6f80159281
3 changed files with 28 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
.ui-text-field-container {
@apply flex flex-col gap-1 items-start justify-center;
@apply flex flex-col items-start justify-center;
&:has(.ui-text-field-errors > *) {
@apply gap-1;
.ui-text-field {
@apply border-isa-accent-red;
}