codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

Add `v-model` support to custom form elements #884

Closed skyegallup closed 7 months ago

skyegallup commented 2 years ago

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