...

/

Further Exploring Controlled Inputs

Further Exploring Controlled Inputs

Learn how controlled input is affected by input updates.

Reflecting changes in real-time

We haven’t yet seen the real benefit of controlled inputs, which is the ability to respond to input as it is updated. This is common for validating different types of input, such as:

  • Showing whether a password is sufficiently strong.

  • Checking that an email or a phone number is in the valid format.

  • Checking if the second time something was entered, for example, an email or a password, matches the first entry. ...