What is the expected behavior?
I can click (or tab) into a single select field, NOT select anything and (with the drop down still showing) tab to next field without error
What is happening instead?
When I tab, an error is raised (and tab action does not occur)
What error message are you getting?
jQuery.tagify.min.js:27 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'value')
at _.getMappedValue (jQuery.tagify.min.js:27:12074)
at jQuery.tagify.min.js:27:7002
getMappedValue @ jQuery.tagify.min.js:27
(anonymous) @ jQuery.tagify.min.js:27
Promise.then (async)
onKeyDown @ jQuery.tagify.min.js:27
Prerequisites
💥 Demo Page
https://yaireo.github.io/tagify/#section-mode-select
Explanation
What is the expected behavior? I can click (or tab) into a single select field, NOT select anything and (with the drop down still showing) tab to next field without error
What is happening instead?
When I tab, an error is raised (and tab action does not occur)