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

Submit button does not work in some cases #30

Open
guilhermedecampo opened this issue Dec 15, 2014 · 2 comments
Open

Submit button does not work in some cases #30

guilhermedecampo opened this issue Dec 15, 2014 · 2 comments

Comments

@guilhermedecampo
Copy link

Hey @nate-strauser,

Submit button does not work in some cases is a known issue
as you can see here vitalets/x-editable#105.

Would be cool if you add this work-around in your package.

Change line 103 on boostrap-editable.js

from
this.$form.submit($.proxy(this.submit, this));
to
this.$form.find('.editable-submit').click($.proxy(this.submit, this));

If it's possible I can do a pull-request =)

@infoweb-internet-solutions

I can confirm that this solves my issues with the form submit and it would be great if this was fixed

@hisinsub
Copy link

Thank you! It fixed my issue.

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

3 participants