I have a basic Halogen.HTML.select element with some options defined and choosing a new option triggers an Halogen.HTML.Events.onChange Event. I am able to extract a EventTarget from the Event but I am struggling to find a way to access the string value of that EventTarget.
I am still very new to purescript and halogen but have already gone through halogen docs, basic purescript tutorials and explored docs on pursuit.