chakra-ui / chakra-ui-vue

⚡️ Build scalable and accessible Vue.js applications with ease.

Home Page:https://vue.chakra-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextArea: Error when using the event @change

abhinav-sharma-intuit opened this issue · comments

Describe the bug
The issue with the text-area component:


<CTextarea
   v-model="textareaContent"
   maxWidth="sm"
   mx="auto"
   mt="2"
   placeholder="Here is a sample placeholder"
   size="md"
   :value="textareaContent"
   @change="onChange"
/>

methods: {
  onChange (e) {
    console.log(e)
  }
}

Screenshots
image

Thank you @abhinav-sharma-intuit. This issue is already reported here #356. We are aware of it and will be fixed in the next release. I'll ensure to ping you here but for now, will be closing this since it's a duplicate :)