Skip to main content

Command Palette

Search for a command to run...

Self-review: Create a complex form

Updated
1 min read
Self-review: Create a complex form
D

A passionate full-stack developer from @ePlus.DEV

  1. What attribute did you apply to the number of people field to set the minimum value?

    • min

    • minimum

    • minlength

  2. When you clicked the date of booking field, what was the result?

    • Nothing happened

    • A date picker was displayed

    • A slider appeared

  3. When you typed the word hello into the email address field and submitted the form, what was the result?

    • The input field changed to the color red

    • The web browser prompted to fix the email address format

    • The form submitted successfully