You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:- Getting error while integrating tagify with Jquery data table, text area control
We have jquery datatable which as textarea. Textarea uses tagify , when we are submitting data table we get below error
Jquery datatable https://datatables.net/
Error
core.mjs:6494 ERROR TypeError: Cannot read properties of null (reading ‘removeChild’)
at M.destroy (tagify.min.js:26:36936)
at M.observeOriginalInputValue (tagify.min.js:26:26616)
at timer (zone.js:2405:41)
at _ZoneDelegate.invokeTask (zone.js:406:31)
at Object.onInvokeTask (core.mjs:25595:33)
at _ZoneDelegate.invokeTask (zone.js:405:60)
at Zone.runTask (zone.js:178:47)
at invokeTask (zone.js:487:34)
at ZoneTask.invoke (zone.js:476:48)
at data.args. (zone.js:2385:32)
Code that causes error
_self.editor
.edit(jQuery(this).closest('tr'), false)
.set(field, val)
.submit();
Question do we need to do anything specify for tagify submit ? or removing child?
The text was updated successfully, but these errors were encountered:
vireddy87
changed the title
Integrate with jquery database tagify throwing error
Integrate with jquery databtable, tagify throwing error on submit
Aug 1, 2022
vireddy87
changed the title
Integrate with jquery databtable, tagify throwing error on submit
Integrate with jquery data table, tagify throwing error on submit
Aug 1, 2022
Issue:- Getting error while integrating tagify with Jquery data table, text area control
We have jquery datatable which as textarea. Textarea uses tagify , when we are submitting data table we get below error
Jquery datatable https://datatables.net/
Error
core.mjs:6494 ERROR TypeError: Cannot read properties of null (reading ‘removeChild’)
at M.destroy (tagify.min.js:26:36936)
at M.observeOriginalInputValue (tagify.min.js:26:26616)
at timer (zone.js:2405:41)
at _ZoneDelegate.invokeTask (zone.js:406:31)
at Object.onInvokeTask (core.mjs:25595:33)
at _ZoneDelegate.invokeTask (zone.js:405:60)
at Zone.runTask (zone.js:178:47)
at invokeTask (zone.js:487:34)
at ZoneTask.invoke (zone.js:476:48)
at data.args. (zone.js:2385:32)
Code that causes error
_self.editor
.edit(jQuery(this).closest('tr'), false)
.set(field, val)
.submit();
Question do we need to do anything specify for tagify submit ? or removing child?
The text was updated successfully, but these errors were encountered: