angular-xeditable
angular-xeditable copied to clipboard
Only one input open at a time
I'm trying to figure out how to have only one input open at a time. For instance if I click on a link <a href="#" editable-text="user.name">{{ user.name || 'empty' }}</a>
to edit the input and then I click on another link, the first link will still be in edit (instead of just showing a link). So there will be 2 input fields showing.
Instead I just want the first input to be closed and showing a link and the second to show input.
I have same issue and can`t realize where is a bug
It seems to be a bug in 0.1.9. If you use 0.1.8 it works as expected.
Having the same issue, but changing to 0.1.8 did not fix it. Has anyone found another resolution?
Hi I'm facing same issue still till date!! if anyone has solution to this please post here.
Have you tried this on the most recent build?
@Pavan1889 have you tried this on the most recent build?