Skip to content

Dynamically change auto hide delay for specific notifications #9

Open
@marcus29200

Description

@marcus29200

Hi there,

I really enjoy this so far, I just wish it had this one feature! Which is to set a custom auto hide delay for each individual notification. I saw this suggestion in your "Whats Next" portion. And this would be something that would be of great use to me!

So something like this:
notifier.show({type: 'success', message: 'Hello', id: 'some_id', autoHide: 5000});
notifier.show({type: 'info', message: 'Go away fast', id: 'some_id_2', autoHide: 1000});

or even in notify:
notifier.notify('success', 'short message', 2000);

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featureIndicates a feature or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions