ados-rcm 1.0.563 → 1.0.564

Sign up to get free protection for your applications and to get access to all the features.
@@ -148,12 +148,6 @@ 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;
157
151
  };
158
152
  Select: {
159
153
  /**