Dear
I need the selected index -1 on dropdown list in reactive development.
by default it is selecting first selection.
Hello Mohammed Abdul Muqeet,
Another option is to add an empty string "" or a "-" to the Empty text option of the dropbox.
Hope it helps!
Paulo Rosário
Hello Muhammed,
By default, in reactive app dropdown widget shows the first element in the list.
To achieve your requirement, you have to add a new value to the beginning of the list.
Steps:
Please refer to the attachment for more details.
Thanks for this Muhammed, it worked perfectly for my scenario.