Browse Source

Merge pull request #15616 from abpframework/auto-merge/rel-7-0/1701

Merge branch dev with rel-7.0
pull/15621/head
Mahmut Gundogdu 3 years ago
committed by GitHub
parent
commit
5cc440d613
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