I wasn’t aware of normalize_input
function in HTML.Form and thought it would be useful to start using more often in tandem with liveview forms since if I have an <.input type="number" .../>
it would be nice to get that back as a number before I start processing things.
Looking into the implementation it seems that it doesn’t support numbers or booleans and it looks like it’s intentional. Looking into some other libraries it looks like they manually implement that logic. So ultimately, I was just wondering if there’s a particular reason behind not having it handled by normalize_input