How to Build ReactJS Multi Step Form APP(#4) Hooks(useState & useContext), Context API & Material-UI

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

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

  • @sanjanakumar1118
    @sanjanakumar1118 3 года назад

    Hi! Awesome series. Just wanted to know if you have used any extra styling for making the content and button in the middle.

    • @ajayjagtap9112
      @ajayjagtap9112  3 года назад

      Thank you. Nothing major in customize css. just used defined from Material UI.

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

    Thank you so much 👍🏼

  • @Askbowe
    @Askbowe 4 года назад +1

    I am getting the following
    Warning: A component is changing an uncontrolled input of type undefined to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component

    • @ramilabbasov2853
      @ramilabbasov2853 3 года назад +1

      It is because Material UI don't accept value undefined as a default. Add OR operator with empty string next to value, {value.firstname || ' '}

  • @netcomsomasundaram7365
    @netcomsomasundaram7365 3 года назад

    Bro can u upload AWS Tutorial, Express Js Tutorial Videos ?

  • @nobelkaur8664
    @nobelkaur8664 4 года назад

    Helo I have an error stepper is only showing rest of content does not appear

  • @AdityaShukla-uu8ut
    @AdityaShukla-uu8ut 4 года назад

    Cannot read property 'firstName' of undefined

    • @ajayjagtap9112
      @ajayjagtap9112  4 года назад +1

      Hello Aditya, if you are following same, then please use N as small 'n' in firstname. and still having same issue let me know in detail. Thanks

    • @Arunkumar-lw1pb
      @Arunkumar-lw1pb 2 года назад

      @@ajayjagtap9112 still it showing error