From 498f2c2ba9e23ba44c9e3357e1c2a095b8ba8df8 Mon Sep 17 00:00:00 2001 From: Xavier Molloy <44061143+xavimolloy@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:31:32 +0100 Subject: [PATCH] fix: [ANDROAPP-5876] add clickable event to text for dropdown (#179) --- .../hisp/dhis/mobile/ui/designsystem/component/InputDropDown.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputDropDown.kt b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputDropDown.kt index e4775d2ec..cff6fbeea 100644 --- a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputDropDown.kt +++ b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/InputDropDown.kt @@ -261,6 +261,7 @@ private fun DropdownInputField( enabled = state != InputShellState.DISABLED, onClick = { focusRequester.requestFocus() + onDropdownIconClick() }, ), )