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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user