mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(ui-input-controls-dropdown): prevent multiple dropdowns from being open simultaneously Add DropdownService to manage global dropdown state and ensure only one dropdown is open at any time. When a new dropdown opens, any previously opened dropdown is automatically closed, improving user experience and preventing UI conflicts. Ref: #5298