https://goshacmd.com/instant-form-fields-validation-react/
Instant form field validation with React's controlled inputs | Gosha Spark
You know about controlled inputs and things they enable, like disabling the button. A good UI though should also provide feedback as to what is wrong.
instant formfield validation
https://binarynoggin.com/blog/dynamic-form-inputs-in-elixir-liveview/
Dynamic Form Inputs in Elixir LiveView - Binary Noggin
Sep 26, 2022 - I recently found myself addressing a product requirement involving a form with input fields generated from a list of data we retrieved from a third-party...
liveview binary noggindynamic
https://egghead.io/lessons/html-5-create-semantic-accessible-html-for-text-form-inputs
Create Semantic, Accessible HTML for Text Form Inputs | egghead.io
semantic accessible htmltext
https://goshacmd.com/controlled-vs-uncontrolled-inputs-react/
Controlled and uncontrolled form inputs in React don't have to be complicated | Gosha Spark
There are many articles saying you should use setState, and the docs claim refs are bad. So contradictory. How are you supposed to make forms?
form inputscontrolledreact