Skip to content

ev.target doesn't have repeater bindings bound in Firefox #45

@David-Mulder

Description

@David-Mulder

In Firefox I need to do

const purpose = ev.target['_slim_internals_'].repeater.purpose;

to access something from the repeater scope, whilst in Chrome I can do

const purpose = ev.target.purpose

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