Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    timer countdown ui

    Is there a built-in UI that we can use to show a countdown happening? We want to show something like "Your session will expire in (count) seconds"

    #2
    We don't have a specialized component for this, but it's easy to achieve with a Label and using setTimeout() to periodically call setContents() with new text.

    Comment

    Working...
    X