ados-rcm 1.1.240 → 1.1.242

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,6 +92,12 @@ export interface IADatePickerProps extends IABaseProps {
92
92
  * Description : language resources of ADatePicker
93
93
  */
94
94
  resources?: Partial<typeof Resources.ADatePicker>;
95
+ /**
96
+ * noClearButton? : boolean
97
+ *
98
+ * Description : if true, clear button is not shown
99
+ */
100
+ noClearButton?: boolean;
95
101
  }
96
102
  /**
97
103
  * AComponent : ADatePicker