How to achieve make Dropdwon mandatory in appzillon.

Appzillon Designer doesn't show Mandatory option in the Properties widget for a Dropdown element.
How to achieve make Dropdown mandatory in appzillon.

Is it possible to achieve without doing any custom coding? Please confirm.
SANDEEPSANG wrote:
Thu Jul 12, 2018 10:14 am
Appzillon Designer doesn't show Mandatory option in the Properties widget for a Dropdown element.
How to achieve make Dropdown mandatory in appzillon.

Is it possible to achieve without doing any custom coding? Please confirm.
For only input's, we do have mandatory option available in designer level properties ,we don't have for Dropdown's as of now
we need to do some scripting for achieve that.
SANDEEPSANG wrote:
Thu Jul 12, 2018 10:14 am
Appzillon Designer doesn't show Mandatory option in the Properties widget for a Dropdown element.
How to achieve make Dropdown mandatory in appzillon.

Is it possible to achieve without doing any custom coding? Please confirm.
As @karthik.bobburi had already answered, mandatory property is not available for all the widgets yet in Designer level.
However if the widget is a Data Element (Widget mapped with interface element) there is an option to chose the mandatory flag in the Interface element level also.
So mandatory for drop down can be achieved this way, as the flag will be taken from the interface element properties.