Skip to content

On blur and on focus event on VsTextarea not working #464

@nmfzone

Description

@nmfzone

Environment

MacOSX High Sierra

Vuesax v3.8.18
Node v10.13.0
Yarn v1.12.3
Google Chrome v72.0

Reproduction link

https://codesandbox.io/s/xjo8m6j75p

Steps to reproduce

  1. Install and setup vuesax

  2. Use vs-textarea in your component

  3. Listen on blur event from the vs-textarea

    <template>
        <vs-textarea
            v-model="textarea"
            @blur="doSomething" />
    ...
    

What is expected ?

The doSomething should be executed.

What is actually happening?

The doSomething not getting executed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions