My Favorite Way To Build Forms With Validation In Nuxt

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

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

  • @tolgabeyazoglu536
    @tolgabeyazoglu536 9 дней назад

    this is great video fast and practial

  • @patrickcate6520
    @patrickcate6520 10 дней назад

    Does this library/method integrate with native validation input attributes like ‘required’ and ‘pattern’ or do you have to handle that yourself separately?

    • @JohnKomarnicki
      @JohnKomarnicki  10 дней назад

      Yes you can have your own custom validation! Added a link to that within the docs
      ui.nuxt.com/components/form#custom-validation

  • @DontFollowZim
    @DontFollowZim 14 дней назад

    Interesting how similar this is to FormKit, though I think the FormGroup part is built into the input.

    • @JohnKomarnicki
      @JohnKomarnicki  14 дней назад

      There's a possibility they took inspiration from them!