Recently the dropdown is behaving weird don’t know why it should show the dropdown placeholder text but every time I’m opening the app it’s automatically selecting the first value of the dropdown
Can you please take a look & fix this ASAP as I’m about to launch the new version of my app.
Another possible workaround (currently testing if it works).
the first time the user selects the dropdown, they will have to select an option
Save that option to the user’s collection. Example: If current selects location A, then save in the user DB that this user uses location A
When the user creates another record (example: a new order), then first update the current user’s location to the selected location, then use in you “order record” the logged in user’s location
that way there’s a defualt value that gets places in case the user did not chage the dropdown and adalo does not record it.
So the collection that set to the dropdown add a record Select All and if there are records added earlier delete that all and add this. This is the first record in that collection. And after that when you add records that records are adding like 2,3,4 and so on. Then add a sorting to the dropdown Created Date - Oldest to Newest . I hope this will work for everyone until the Adalo Team fix this issue