1
unable to select from dropdown list on web app preview
planned
T
TK Soh
When the selected value (connected to an app variable) is set to value not found in the option list, the first value of the list will be displayed, and we can't select that first value on the list.
Steps:
- create a dropdown field with option list of ["AAA", "BBB"]
- create a page/app variable with value of "CCC"
- connect the variable to the Selected value property of the dropdown field
- run the app in web app preview portal
- dropdown field will display "AAA" (but the connected variable is "CCC")
- click on dropdown list, and select "AAA" => connected variable remains at "CCC"
- click on dropdown list, and select "BBB" => connected variable changed to "BBB"
This happens on the Web App preview portal. Incidentally, the dropdown list appears to work correctly on my Android phone (Android 11, runtime 4.2.12)
Operating system and version: Windows 10
Web browser and version: Chrome 100.0.4896.127
App: 390924
Page in app: dropdown
Log In
Activity
Newest
Oldest
T
Timo Kapanen
planned
V
Vili Karilas
Hi TK Soh, we were able to reproduce the bug and are looking into it.
Generally, values not in the dropdown are intended to be bound to the placeholder. Is there some specific use case you are trying to accomplish that requires this behaviour?
M
Mari Hirvi
Hi TK Soh, thanks for the report. We'll look into what's causing the different behavior on Web.
M
Mari Hirvi
under review