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
After this change we are facing the below issue when click on tab.
Uncaught TypeError: Cannot read property 'value' of undefined
at HTMLInputElement.handler (jquery-3.5.1.min.js:2)
at HTMLUListElement. (jquery.tag-editor.js:114)
example:
In tagEditor once we type word TEST and click on tab button, cursor is moving out input field and in console I can see the error.
The text was updated successfully, but these errors were encountered:
Because of the security issue in our project we are currently using jQuery 3.5.1 version.
https://code.jquery.com/jquery-3.5.1.min.js
After this change we are facing the below issue when click on tab.
Uncaught TypeError: Cannot read property 'value' of undefined
at HTMLInputElement.handler (jquery-3.5.1.min.js:2)
at HTMLUListElement. (jquery.tag-editor.js:114)
example:
In tagEditor once we type word TEST and click on tab button, cursor is moving out input field and in console I can see the error.
The text was updated successfully, but these errors were encountered: