WHAT UP.
I think the logic here is great, I like how you clear and refill the datalist between lines 13-26 of logic.js.
But if I try and key through the list without putting anything in the search box, I get a big empty list.
I wonder if an alternative is to create the entries as and when needed with document.createElement and node.appendChild? I'm not that knowledgeable about the datalist stuff so I don't know 100% if that will work
WHAT UP.
I think the logic here is great, I like how you clear and refill the datalist between lines 13-26 of logic.js.
But if I try and key through the list without putting anything in the search box, I get a big empty list.
I wonder if an alternative is to create the entries as and when needed with
document.createElementandnode.appendChild? I'm not that knowledgeable about the datalist stuff so I don't know 100% if that will work