Hello all,
I am not able to catch the value selected in forntend.My code is like this
View XML
<Select id="abc12">
<items>
<core:Item text="FH" />
<core:Item text="FG" />
<core:Item text="FX" />
<core:Item text="FO" />
</items>
</Select>
Controller
var LT = this.getView().byId("abc12").selectedItem();
instead of .selectedItem(); what should i use?