From 4e64395753bd0b6a453d5df958aa5ce5ebc0bc3d Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Tue, 21 Jan 2025 17:57:30 +0100 Subject: [PATCH] Fixed by migration to Material UI: Single choice inputs with addition clear their value when opening the drop down menu by clicking the triangle. Fixes [#5180]. --- docs/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 7bd08d6849..0806dd2be5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -20,7 +20,7 @@ If your currently installed *Quality-time* version is not the latest version, pl ### Changed -- Completed the replacement of Semantic UI React with Material UI as frontend component library. Closes [#9796](https://github.com/ICTU/quality-time/issues/9796). +- Completed the replacement of Semantic UI React with Material UI as frontend component library. Fixes [#5180](https://github.com/ICTU/quality-time/issues/5180). Closes [#9796](https://github.com/ICTU/quality-time/issues/9796). ## v5.22.0 - 2025-01-16