You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Starting with the newest release (2.2.0) the autofocus attribute is no longer working. I have a modal window that has a few form elements including a button and an input field. I add the autofocus attribute to the input field and it does not focus. This was working correctly in version 2.1.4
Link to minimally-working plunker that reproduces the issue:
Bug description:
Starting with the newest release (2.2.0) the autofocus attribute is no longer working. I have a modal window that has a few form elements including a button and an input field. I add the autofocus attribute to the input field and it does not focus. This was working correctly in version 2.1.4
Link to minimally-working plunker that reproduces the issue:
https://plnkr.co/edit/PQMmKv4BpW6rXuF4T5OR?p=preview
Notice how the button is focused, whereas the input field should be focused since it is the one with the autofocus attribute
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.8
UIBS: 2.2.0
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: