sahil saxena wrote:
Miguel Chaparra wrote:
Hi Sahil,
I'm supposing you are using the dropdown widget in a reactive web app, if so just set the Empty Text property to your default value, like this for example:

Hope it helps!
Regards,
Miguel Chaparra
If I'll use empty text, still I'll not be able to select this as default value in dropdown widget. It will just give label to that dropdown list which will appear at top like this

Hi Sahil,
The "No selection" will be the value selected if the user dont select any other. Anyways if the user select for example "Goa", then he can select back to the option "No selection". When the user selects "No selection", your dropdown variable will hold a default value.
Knowing that, you can check if the dropdown variable is null (means the user selected "No selection") or if it have any other value.
Regards,
Miguel Chaparra