#24 Listening to user inputs | React state & working with events | A Complete React Course

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 6

  • @treborsrednuas
    @treborsrednuas Год назад

    Thank you very much this was exactly what I needed! 😄

  • @fredericbui7734
    @fredericbui7734 2 года назад +1

    For availabilityInputHandler function, i think it's better to log the checked propertie because the value that will appear when you click on the check box will still "on".
    function availabilityInputHandler(event){
    console.log(event.target.checked);
    }

    • @procademy
      @procademy  2 года назад +1

      Already updated it in coming lecture 🙂

  • @fahadaslamtanoli
    @fahadaslamtanoli Год назад

    there is nothing like angular likewise ngformmodule

  • @korkut31
    @korkut31 Год назад

    wrong. in this case, there is no need to elements to be controlled.

  • @korkut31
    @korkut31 Год назад

    wrong. onInput remains only for backward comp. . use onChange always.