-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title attribute does not work in 1.13.17 (Safari) #2464
Labels
Comments
james-yun
changed the title
title attribute does not work in 1.13.17
title attribute does not work in 1.13.17 (Safari)
May 20, 2020
caseyjhol
added a commit
that referenced
this issue
May 20, 2020
…upport PerformanceNavigationTiming (#2464)
Released in v1.13.18! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 1.13.16, the title attribute gave a placeholder when no option is selected.
This functionality does not work in 1.13.17
<select class="selectpicker form-control" id="number" title="Select a number"></select>
This should show
Select a number
when no option is selected.Test case: https://plnkr.co/edit/eStCUygC40HAM52x
The text was updated successfully, but these errors were encountered: