Several updates #3

Merged
william merged 28 commits from 14-no-entity-message into develop 2021-12-02 15:00:53 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a1baa334ed - Show all commits

View File

@ -50,7 +50,7 @@ export class CreInputComponent extends _CreInputBase implements AfterViewInit {
@ViewChild('input') input: any
@ContentChild(TemplateRef) errors: TemplateRef<any>
fieldRequired = true
fieldRequired = false
ngAfterViewInit() {
const element = this.input.nativeElement