ados-rcm 1.0.564 → 1.0.565

Sign up to get free protection for your applications and to get access to all the features.
@@ -148,6 +148,12 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
148
148
  * Description : decides whether the input is focused or not
149
149
  */
150
150
  autoFocus?: boolean;
151
+ /**
152
+ * maxLength? : number
153
+ *
154
+ * Description : maxLength of the String filter
155
+ */
156
+ maxLength?: number;
151
157
  };
152
158
  Select: {
153
159
  /**