Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-11-12 16:01:00 +0300
committerGitHub <noreply@github.com>2020-11-12 16:01:00 +0300
commit7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 (patch)
tree7ada262b1757dc36b78465f03027527962b696c0 /site/content/docs/5.0/forms
parent384eccbfaf3f234944f8d60ac70dd7966814c994 (diff)
Fix caniuse.com URLS to prevent redirects (#32135)
Shorter URLS which are faster as they avoid HTTP redirects
Diffstat (limited to 'site/content/docs/5.0/forms')
-rw-r--r--site/content/docs/5.0/forms/form-control.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md
index cb86162bea..3430626c9c 100644
--- a/site/content/docs/5.0/forms/form-control.md
+++ b/site/content/docs/5.0/forms/form-control.md
@@ -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>