Skip to content

Apply directives in order #2446

@Rich-Harris

Description

@Rich-Harris

Currently, on:input event handlers are applied before any event handlers from actions or bindings, regardless of the order in which they're declared. This makes certain tasks (such as input masking) overly difficult.

Demos (which behave differently between Chrome and Firefox):

A solution would be to consistently apply directives in the order in which they're declared. It'll require some rejiggering though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions