You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't appear to be a way to access the Object in Options if it's populated with a list of Object thru the API. It would seem to make sense that getValue() return the object instead of the text value of the Object. Or have an API method to getOption(value) or getSelectedOption or whatever name would make the most sense.
The text was updated successfully, but these errors were encountered:
For the "select" control, there is no easy way to obtain the original object. We will consider extending getValue API ( default behavior will not change, getValue will return the selected value by default )
There doesn't appear to be a way to access the Object in Options if it's populated with a list of Object thru the API. It would seem to make sense that getValue() return the object instead of the text value of the Object. Or have an API method to getOption(value) or getSelectedOption or whatever name would make the most sense.
The text was updated successfully, but these errors were encountered: