451
Views
3
Comments
Solved
Dropdown empty text reactive
Question

Hi Guys!

I'm working on a company project and I can't share the OML!


I'm using a List Struct to fill a DropDown but when I put a string in the Empty text field it doesn't appear in the field as the first option.




2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi,

It is because of the variable (NomeDeposito.Current.Id) holding an existing Option Id value that is mapped to the Dropdown widget.

Solution: Create a local variable of Id type and map it to the Dropdown Variable property field. Make sure to have the Dropdown Variable value to be blank/NullIdentifier() value to see the Empty Text as the pre-selected/default Dropdown option.

I hope this helps you!


Kind regards,

Benjith Sam

UserImage.jpg
Fabiano Silva

yes it solved the problem, thank you very much!

2021-03-18 21-03-15
Benjith Sam
 
MVP

You're welcome.

Glad to help you :)


Kind regards,

Benjith Sam

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