Day 5 – User Inputs in Component
Reading Time: 2 minutesOn day 5, I will show how to bind an input field and a checkbox to the reactive states. The corresponding states are updated and displayed in the template when input values are updated. Create an input field and a checkbox The script tag has new refs that the HTML inputs will bind to. The … Read more