How do I fetch the text of the slot chosen?
Similar to picker.getValue()['name of the slot'] which will retrieve the slot value. Is there any API to retrieve the text of the slot selected
Printable View
How do I fetch the text of the slot chosen?
Similar to picker.getValue()['name of the slot'] which will retrieve the slot value. Is there any API to retrieve the text of the slot selected
The slot is just a dataview so it has a store. You can get the record from that store using the value and then can get the display text.