This is seriously weird and it's making me crazy...
When I check the properties of the datalist, it clearly has a list
property, but I still can't access it.
What am I doing wrong? This is impossible.
let datalistElement = document.getElementById("some-id");
console.dir(datalistElement); // Shows the element
console.log(datalistElement.list); // null