aidewoode / office-ui-fabric-vue

Office UI Fabric implementation for Vue.js
https://aidewoode.github.io/office-ui-fabric-vue/
Other
273 stars 30 forks source link

Text field onchange #13

Closed Penayo closed 6 years ago

Penayo commented 6 years ago

A simple change to emit @change event from text field component, example: <ou-text-field v-model='text' label='Name' @change="handleChangeEvent" />

aidewoode commented 6 years ago

I made a commit for this change, so this pull request should be closed.