mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission-shared-dialog): add dynamic dropdown label for return reason selection Implement computed property to show selected reason value or default placeholder text in the dropdown label. This provides better UX by displaying the current selection instead of a static label. - Add dropdownLabel computed property that returns selected reason or fallback - Update template to use dynamic label binding instead of hardcoded text - Enhances user feedback when reason is selected vs. when no selection is made Ref: #5253