-
hey there, i made a custom lookup displaying 2 fields (mainly the id and text field) in getItemText. Is it possible to get the idField and textField from a lookup for the current selection ? (i would like to avoid parsing the displayed text). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
lookup can return more fields not only Id and Text |
Beta Was this translation helpful? Give feedback.
-
sorry my bad, i would like to get the content of getItemText() defined in my LookupEditor (from my xxxDialog.ts) EDIT : got it. |
Beta Was this translation helpful? Give feedback.
sorry my bad, i would like to get the content of getItemText() defined in my LookupEditor (from my xxxDialog.ts)
EDIT :
got it.
this.form.MyLookupEditor.get_text()