codeRIT/hackathon-manager

Add `v-model` support to custom form elements

skyegallup opened this issue · 0 comments

Our custom form components (TextInput, TextArea, etc.) should support Vue's v-model system, since that's the standard way to bind form elements to models.

More info: https://v3.vuejs.org/guide/component-basics.html#using-v-model-on-components

Components to fix

  • Checkbox
  • Dropdown
  • Radio
  • TextArea
  • TextInput