1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 00:39:54 +00:00

Documentation tweak

This commit is contained in:
Martijn Cuppens 2019-08-17 16:58:26 +02:00 committed by XhmikosR
parent 0603522199
commit d9abb8e20d

View File

@ -76,15 +76,11 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
## Color ## Color
On macOS: Keep in mind color inputs are [not supported in IE](https://caniuse.com/#feat=input-color).
- Chrome shows the native color picker
- Safari shows a custom color picker that points to the input
- Firefox shows the native color picker
{{< example >}} {{< example >}}
<form> <form>
<label for="exampleColorInput">Color picker</label> <label for="exampleColorInput">Color picker</label>
<input type="color" class="form-control form-control-color" id="exampleColorInput" value="#563d7c"> <input type="color" class="form-control form-control-color" id="exampleColorInput" value="#563d7c" title="Choose your color">
</form> </form>
{{< /example >}} {{< /example >}}