thecodeholic / laravel-vue-survey

This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
https://yoursurveys.xyz
328 stars 178 forks source link

SurveyController not saving checkbox type answers. #23

Closed TylerByte666 closed 1 year ago

TylerByte666 commented 1 year ago

Steps to reproduce:

  1. Clone and setup project.
  2. Create a survey with multiple options of type checkbox.
  3. Fill in the survey.
  4. View survey answers in database.

Result:

No answers for that type are being saved.

Thank you for an awesome tut on YT. I liked and subscribed. I watched the whole thing from scratch ❤️ Thanks for your time.

TylerByte666 commented 1 year ago

The issue was my js compiler changed the @change= to @onchange=

This was specific to a 3rd-party JS formatter for VS code.