TimezoneInput

TimezoneInput component that uses mui Autocomplete with IANA list.

Usage

import { TimezoneInput } from '@ra-libs/react';

<TimezoneInput source="startAtTimezone" label={'Timezone'} fullWidth validate={[required()]} />;

Props

PropRequiredTypeDefaultDescription

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

label

false

string

the label to display.

source

true

string

the field source to retrieve its value.

Last updated