vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 404 forks source link

Use editable within form #748

Closed TehEbil closed 5 years ago

TehEbil commented 5 years ago

Hi, is it possible to have an (editable) input field inside my form? I only want this element to be editable and not all the others.

If I add editable-form in the form and edit one of the fields, all elements are being edited. So I just want to use it like the example given, inside a form, is that possible?

ckosloski commented 5 years ago

Is this what you are looking for? http://vitalets.github.io/angular-xeditable/#e-single

TehEbil commented 5 years ago

Thank you very much, this was exactly what I was looking for! Sorry for not finding it myself and using your time >.<