Concept Flow - Why bindings enable two-way data flow
Component State Variable
Bind to Input Element
Input Shows State Value
User Changes Input
Input Event Updates State
↩Back to Component State Variable (updated)
The component state variable is linked to the input element. When the state changes, the input updates. When the user types, the input event updates the state, creating two-way flow.