2016-12-08 1 views
1

에 포커스 설정 ... primeng : 멍청한 놈 질문 죄송 제어

무엇 년대 primeng 팩을 사용할 때 컨트롤에 포커스를 설정하는 권장 방법은? 전통적인 입력 컨트롤을 사용하여 때, 나는 양식 변수 (#variable)을 설정하고 나는 그것의 기본 요소에 액세스 할 수 있도록에 대한 참조를 얻기 위해 @ViewChild를 사용 : 나는 동일한 기능을 수행 할 수있는 방법

this._variable.nativeElement.focus(); 

을 primeng의 컨트롤 중 하나를 사용할 때?

감사합니다.

루이스

+0

도 참조 http://stackoverflow.com/questions/34522306/angular-2-focus-on-newly-added-input-element , http://stackoverflow.com/questions/40886012/how-to-navigate-focus-to-the-next-item-in-angular2/40886144#40886144, http://stackoverflow.com/questions/36329658/angular -2 선택 개체 -에서 - dom - and - the - set-the-focus/36329983 # 36329983 –

답변

0

내가 자동 초점 키워드를 사용

<input type="text" size="15" pInputText class="form-control" 
     formControlName="email" autofocus/> 
+0

안녕하세요 존. 특정 작업을 수행 한 후에 포커스를 설정할 수 있도록 내 컨트롤러에서 참조가 필요합니다. –