Browse Source

Merge pull request #15610 from abpframework/issue/15351-change-has-selector

Change VALIDATION_TARGET_SELECTOR
pull/15614/head
Muhammed Altuğ 3 years ago
committed by GitHub
parent
commit
ca49fdcf9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/theme-basic/src/lib/theme-basic.module.ts

2
npm/ng-packs/packages/theme-basic/src/lib/theme-basic.module.ts

@ -78,7 +78,7 @@ export class ThemeBasicModule {
},
{
provide: VALIDATION_TARGET_SELECTOR,
useValue: '*:has(> .form-control)',
useValue: '.form-group',
},
{
provide: VALIDATION_INVALID_CLASSES,

Loading…
Cancel
Save