lstkz/practice-dev-priv

Challenge: Email typo fixer

lstkz opened this issue · 0 comments

lstkz commented
  • Create a text input.
  • User can enter an email.
  • If there is a typo, display a suggestion, for example: 'example@gmil.com' -> 'example@gmail.com'
  • Clicking on the suggestion should replace the input value.