Page 1 of 1

User input from a list

Posted: Thu Jul 13, 2017 5:18 am
by julianc
The old flash version used to show user input from a DB list as a HTML <select>, recently updated to the JS version but now the lists are shown as an input box that stores the ID, I need to send the ID but for the user I need him to just see the "human readable" name.


Flash:
Capture.PNG
Capture.PNG (14.54 KiB) Viewed 1009 times
Js:
Capture2.PNG
Capture2.PNG (4.95 KiB) Viewed 1009 times
How to make the Js version behave like the flash one?

Re: User input from a list

Posted: Fri Jul 14, 2017 4:58 pm
by Alex K.
Hello,

You can set the Keys property as ID and Values as Name. In this case, in open ComboBox will show names and in the filter will be used ID.

Thank you.