Skip to content

feat: add Forms section #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
afontcu opened this issue Apr 8, 2020 · 4 comments
Closed

feat: add Forms section #4

afontcu opened this issue Apr 8, 2020 · 4 comments

Comments

@afontcu
Copy link
Member

afontcu commented Apr 8, 2020

I believe handling forms is one of the main usages of Vue, and one of the common target of tests.

Thus, I would

  • showcase how to perform simple, basic assertions and interactions on a form.
  • showcase how to use VTU + vuelidate (once they update to Vue 3)
  • showcase how to use VTU + vee-validate (once they update to Vue 3)
@lmiller1990
Copy link
Member

Another thing that comes to mind is forms built with Vuetify/BootstrapVue.

@afontcu
Copy link
Member Author

afontcu commented Apr 9, 2020

Yes! I'm not sure if it would be better to have some sort of "Popular third-party libraries" and showcase some examples, or if we should group them depending on their usage:

forms
  - basic forms
  - with vuelidate
  - with vee-validate
  - with vuetify
  - with bootstrapvue

modals
  - basic
  - with vuetify
  - with bootstrapvue

or

third-party libraries
  - vuetify
    - forms
    - modals
    ...
  - bootstrapvue
    - forms
    - modals
    ...

@lmiller1990
Copy link
Member

I think we can start with regular HTML forms - I'm guessing it will be some time before the third party libs have upgraded.

@afontcu afontcu mentioned this issue May 29, 2020
@afontcu
Copy link
Member Author

afontcu commented Jun 3, 2020

Closed in #23

@afontcu afontcu closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants