I have a SELECT input with some data. It contains a lot of meanings and text. I know that it is possible to set the current value with $("#select").editable('setValue', option_id), but what if I do not have the option_id option for this parameter, can I only set the value with a text value? How can i do this?
Thank you since now
source
share