Getting Started
Overview
Installation
Theme
Forms
Basic Inputs
Select
Custom Inputs
Components
Navigation
Components
69
Micro Charts
Libraries
Kanban Board
Image Designer
Video Player
Visual Builder
Content Editor
Data View
Latest npm version of @ngstarter-ui/componentsWeekly npm downloads of @ngstarter-ui/components
Purchase

Timezone

The ngs-timezone-select component is a domain-specific form control for choosing an IANA time zone id such as Europe/Warsaw or America/New_York. Use it inside one ngs-form-field when a profile, tenant, calendar, report, or scheduling setting must store a time zone.

PropTypeDefault
value
The selected IANA time zone id
string | nullnull
placeholder
The placeholder text for the closed select trigger
string''
required
Whether the select is required
booleanfalse
disabled
Whether the select is disabled
booleanfalse
locale
The locale used for timezone list formatting
stringinject(LOCALE_ID)
aria-describedby
The aria-describedby attribute for the select
string''
EventDescription
openedEmitted when the select panel is opened
closedEmitted when the select panel is closed