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
Afaik there isn't a function within the plugin to do so. However you can get an array of inputs (depending how many editable-selects you created) with $('.es-input')
$('.es-input').val() will return the input of the first
$('.es-input')[2].value will return the input of the given index
you could also code it yourself inside the plugin using this.$input.val()
On Tue, Feb 20, 2018 at 8:34 PM, Jendrik Dathe ***@***.***> wrote:
Afaik there isn't a function within the plugin to do so. However you can
get an array of inputs (depending how many editable-selects you created)
with $('.es-input')
$('.es-input').val() will return the input of the first
$('.es-input')[2].value will return the input of the given index
you could also code it yourself inside the plugin using this.$input.val()
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AiJAhLUPNwMzB1x04BJpJozjCKeXjmBkks5tWt74gaJpZM4RskUZ>
.
how to get input field text value if a user not change any option in editable select
please help me
The text was updated successfully, but these errors were encountered: