190
Views
1
Comments
[Native Select] dropdown selectable item
Question
native-select
Mobile icon
Forge asset by Miguel Vicente

So I've used this plugin and I've come across a problem. How am I supposed to keep the current selected item saved? I tried using this and putting a random expression on the screen bound to the X_Code.code just to see if it changed upon choosing something else on dthe dropdown and nothing happens, any sugestions? (I want to this native dropdown on multiple situations and I'd like to not hardcode the options)

2019-09-30 07-35-56
Aurelio Junior

Hi Bernardo,

In order to store the value selected by the user in the dropdown, you have to create a handler for the "OnItemChangeEvent" and assign the value of the "Id" input parameter to your local variable.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.