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

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