Skip to content

Debounce issue with inline statement handler #1786

Closed
@travpeck

Description

@travpeck

This works:

<input type="text" value="{{ r.value }}" @keyup="updateValue | debounce 500">

But this does not:

<input type="text" value="{{ r.value }}" @keyup="updateValue('test', $event) | debounce 500">

The test inline parameter will display but the $event variable is null. If I remove the debounce filter it will function as expected.

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