Skip to content

ui.show_notification(duration=None) isn't respected #257

@jcheng5

Description

@jcheng5

This is supposed to show "hello" without auto-dismissing. However, it auto-dismisses in 5 seconds. (No repro in Shiny for R)

from shiny import App, render, ui

app_ui = ui.page_fluid()

def server(input, output, session):
    ui.notification_show("hello", duration=None)

app = App(app_ui, server)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions