Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 57b4515

Browse files
ljmottawtrocki
authored andcommitted
Filter exclusiveMaximum and exclusiveMinimum
1 parent 911b0bd commit 57b4515

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wrapField.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ declare module 'uniforms' {
99
autoValue: never;
1010
isDisabled: never;
1111
checkboxes: never;
12+
exclusiveMaximum: never;
13+
exclusiveMinimum: never;
1214
}
1315
}
1416

15-
filterDOMProps.register('decimal', 'minCount', 'autoValue', 'isDisabled');
17+
filterDOMProps.register('decimal', 'minCount', 'autoValue', 'isDisabled', 'exclusiveMaximum', 'exclusiveMinimum');
1618

1719
type WrapperProps = {
1820
id: string;

0 commit comments

Comments
 (0)