Closed mishal closed 7 years ago
The selector attribute for update/insert instruction is not documented:
selector
https://wiki.twinstone.org/display/TDI/update
The target attribute is documented as required but the implementation allows selector attribute to be present and it takes precedence before the target. (see: https://github.com/twinstone/tdi/blob/master/src/js/tdi-ajax.js#L961)
Thanks for pointing out. I updated the documentation, see:
The
selector
attribute for update/insert instruction is not documented:https://wiki.twinstone.org/display/TDI/update
The target attribute is documented as required but the implementation allows selector attribute to be present and it takes precedence before the target. (see: https://github.com/twinstone/tdi/blob/master/src/js/tdi-ajax.js#L961)