Ive rewritten the plugin im trying to complete a couple times now because like Im thinking this is a problem with my business logic or whatever but it all boils back to this, just like it did yesterday before the rewrites. One rationalization is that maybe it’s that the value attributes arent apart of an actual form request and Im just event listening clicks with what I want to do with the values, but that doesnt add up either because ive done the same before in different attempts with other things, thats not how it worked then.
Im embarrassed to ask over something this basic tbh
Why would you expect node element to have a .value property? It’s just not there. Neither Node nor Element nor HTMLElement have value or name What @philipbuckley suggested would be the correct way to get attributes