单击按钮时,我试图打开模式,而输入标签在模式内部。我希望自动对焦到输入标签,但我无法使输入标签自动对焦
<input type="tel"
class="input-pincode"
required name="zipCode"
autocomplete="pincode zipCode
zipcode"
format-zipcode
class="round"
maxlength="7"
autofocus
ng-if="!(vm.data.addressList &&
vm.data.addressList.length)"
ng-
blur="vm.checkPincode(vm.form.enteredPincode)"
ng-model="vm.form.enteredPincode">