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.