Skip to content

currency-selector doesn't work  #202

@Fengnnn

Description

@Fengnnn

when user togger currency selector, the following hook doesn't get trigger
stencilUtils.hooks.on('currencySelector-toggle', (event) => {
console.log('event', event);
});

i checked the base code:
currencySelector() {
this.subscribe('input', '[data-currency-selector-toggle]', (event) => {
this.emit('currencySelector-toggle', event);
});
}

i wasn't able to find [data-currency-selector-toggle] on store with currency selector

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