xtform icon indicating copy to clipboard operation
xtform copied to clipboard

inline validation doesn't work correctly with dynamic id's

Open thomasdc opened this issue 9 years ago • 2 comments

I have an Angular application that dynamically generates a list op input fields and dynamically assigns id's.

Inline validation doesn't work as expected when referencing those input fields with their dynamic id's.

I made a Plunk that reproduces the problem: http://plnkr.co/edit/5vDGBy?p=preview

Any idea how to make this work?

Ps: I'm using the latest version (2.0.0 beta)

thomasdc avatar Mar 25 '15 12:03 thomasdc

Any temporary work around for this?

mohsinkerai avatar Oct 26 '16 11:10 mohsinkerai

@thomasdc I just found a temporary work around, you can see my repo https://github.com/mohsinkerai/xtform

mohsinkerai avatar Oct 26 '16 15:10 mohsinkerai