Skip to content

Commit

Permalink
Unbind Default Time Zone property
Browse files Browse the repository at this point in the history
Unbound this property to allow a static value to be
specified as a default.
  • Loading branch information
mehmetseckin committed Jun 12, 2020
1 parent 6b1e715 commit 27a4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimeZoneDisplay/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<control namespace="MehmetSeckin" constructor="TimeZoneDisplay" version="0.0.0" display-name-key="ControlDisplayName" description-key="ControlDescription" control-type="standard" preview-image="images/preview.png">
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
<property name="dateInput" display-name-key="DateInputDisplayName" description-key="DateInputDescription" of-type-group="DateOrDateTime" usage="bound" required="true" />
<property name="defaultTimeZoneInput" display-name-key="DefaultTimeZoneInputDisplayName" description-key="DefaultTimeZoneInputDescription" of-type="SingleLine.Text" usage="bound" required="false" default-value="local" />
<property name="defaultTimeZoneInput" display-name-key="DefaultTimeZoneInputDisplayName" description-key="DefaultTimeZoneInputDescription" of-type="SingleLine.Text" usage="input" required="false" default-value="local" />
<type-group name="DateOrDateTime">
<type>DateAndTime.DateOnly</type>
<type>DateAndTime.DateAndTime</type>
Expand Down

0 comments on commit 27a4a0a

Please sign in to comment.