jquery-simple-combobox
jquery-simple-combobox copied to clipboard
Get Selected Text
is there any builtin function to get the selected text of the scombobox like $("#input").scombobox('val') for the value ?
No, there is no such method. But it could be easily implemented. I guess you need the method which would get the value of a search field?
are you kidding me? You develop a combobox library.... but the only problem is you cant get the value out of it? xD I would be interested in the value, too....
I think this issue relates to getting the selected text, not getting the value. The OP includes a code fragment showing how to get the value.
after working a time with the "scombobx", i found too many issue and its useless, I prefer to use "select2" library to draw i combobox.
On Mon, May 15, 2017 at 12:57 PM, John Murray [email protected] wrote:
I think this issue relates to getting the selected text, not getting the value. The OP includes a code fragment showing how to get the value.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ivkremer/jquery-simple-combobox/issues/82#issuecomment-301430727, or mute the thread https://github.com/notifications/unsubscribe-auth/ARJ0dsm8w0jOxTPDmRYrQu9cwQxjvD-Tks5r6CGWgaJpZM4H1P8x .
It's ok dude. I'm sorry.
For me, scombobox has been very useful. I am grateful to the developer for creating it and sharing it.