mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fix(remission-quantity-and-reason-item): correct quantity input binding and default value Fix quantity input field binding to use computed quantity signal instead of direct quantityAndReason().quantity, ensuring proper display of undefined values as empty field. Update initial quantity default from 1 to 0 to prevent pre-filled values when creating new quantity/reason items. Also improves placeholder text color contrast by changing from neutral-200 to neutral-500 for better accessibility. Ref: #5292