Everything You Need to Know About Form Events

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 17

  • @alanmurray4011
    @alanmurray4011 2 роки тому +1

    Tutorials of this quality and attention to detail are few and far between. I could watch 10 videos about forms from other channels and not learn as much as I did here. Thank you Steve.

  • @shaderone07
    @shaderone07 3 роки тому +1

    Extremely unique and straight forward. Thanks

  • @diegonayalazo
    @diegonayalazo 2 роки тому

    Thanks for sharing. Great work and pace of explanation.

  • @Donaid
    @Donaid 3 роки тому +1

    as always thank you for your work!

  • @CodingNuggets
    @CodingNuggets 3 роки тому +1

    Thanks Steve. See you soon!

  • @luiscorado2868
    @luiscorado2868 3 роки тому

    Excellent Video, you are awesome. Thanks for shared it.

  • @cferdinandi
    @cferdinandi 3 роки тому

    One “gotcha” with a click event on the button is if someone tries to submit the form by hitting enter from one of the inputs instead of actually clicking the button.
    I’m typing this before getting to the end of the video so forgive me if you already covered this, but if you want to detect when a form was submitted, you should generally listen to the submit event instead.

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  3 роки тому +1

      Hey Chris. Yep. You can listen for a global keyboard event and see if they hit enter/return, or a click on a button or the submit event. Eventually they will all propagate up to be the submit event, so that will be the catch all. The others can be useful for specific handling or variations.

  • @pini01ru
    @pini01ru 3 роки тому

    Great video, thanks a lot!

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 3 роки тому

    Hi Steve, your vids are awesome. Can i request you to please make a course on Angular 2+

  • @alnajafyprogrammer3460
    @alnajafyprogrammer3460 Рік тому

    i love you steve

  • @vincentcleaver1925
    @vincentcleaver1925 2 роки тому

    Volume!