We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9246e commit 325d84dCopy full SHA for 325d84d
src/index.ts
@@ -882,7 +882,7 @@ export class ValidationService {
882
* @returns
883
*/
884
private isHidden(input: HTMLElement) {
885
- return !!( input.offsetWidth || input.offsetHeight || input.getClientRects().length );
+ return !( input.offsetWidth || input.offsetHeight || input.getClientRects().length );
886
}
887
888
/**
0 commit comments