how can you access a select field's currently selected option from itemLabel function of a Repeater?
So I want to add a label to a repeater item based on its content. Specifically from a certain Select field within it.
The $get function returns the value but I need the label.
Came across getOptionLabelUsing() but I dont know how to invoke it within a closure inside itemLabel().
What's the correct way to get at the label?
0 Replies