We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi again
so if i return an object so:
{"1" : "blah", "2" : "blee", "3" : "bloo"}
when i slected an item in the droplist, the displayed value in the textbox is suddenly the numeric ID value and not the text string
how can i change this behaviour?
thanks
The text was updated successfully, but these errors were encountered:
ok i think i figured out i have to override the _Select method and change what is returns to the text not the value
Sorry, something went wrong.
No branches or pull requests
hi again
so if i return an object so:
{"1" : "blah", "2" : "blee", "3" : "bloo"}
when i slected an item in the droplist, the displayed value in the textbox is suddenly the numeric ID value and not the text string
how can i change this behaviour?
thanks
The text was updated successfully, but these errors were encountered: