2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Fix caniuse.com URLS to prevent redirects (#32135)

Shorter URLS which are faster as they avoid HTTP redirects
This commit is contained in:
Christian Oliff
2020-11-12 22:01:00 +09:00
committed by GitHub
parent 384eccbfaf
commit 7d64031c87
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
Datalists allow you to create a group of `<option>`s that can be accessed (and autocompleted) from within an `<input>`. These are similar to `<select>` elements, but come with more menu styling limitations and differences. While most browsers and operating systems include some support for `<datalist>` elements, their styling is inconsistent at best.
Learn more about [support for datalist elements](https://caniuse.com/#feat=datalist).
Learn more about [support for datalist elements](https://caniuse.com/datalist).
{{< example >}}
<label for="exampleDataList" class="form-label">Datalist example</label>