Skip to content
New issue

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

how to get input field text value if a user not change any option in editable select #51

Open
rubbym07 opened this issue Jan 25, 2018 · 2 comments

Comments

@rubbym07
Copy link

how to get input field text value if a user not change any option in editable select

please help me

@JendrikHB
Copy link

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()

@rubbym07
Copy link
Author

rubbym07 commented Feb 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants