xeditable row with 2 forms

0

Good morning everyone!

Next! I have a main form on the page, and inside it I have a tab of plots where the user can insert as many plots as they want and they each go to a row of a table (inside the main form). It is in each of these lines that I want to use xeditable, so that the user can change the portion on the line itself.

I took the example there from the angle of xeditable, but since those lines are inside a main form, it is not working.

Does anyone have a solution idea? Do you know if it works?

Here is a working example: link However, if you add a form outside the table, you will see that it does not work too, which is my case!

    
asked by anonymous 26.08.2016 / 15:42

1 answer

0

Try to put these attributes into your inputs:

 class="editable-click" ng-click="$form.$show()" e-ng-blur="$form.$hide()"
    
26.08.2016 / 15:57