diff options
| author | Chris Rebert <[email protected]> | 2016-01-06 11:28:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-06 11:28:17 -0800 |
| commit | 602b107edb4a011e8e4a1179ce00dc4b823cc061 (patch) | |
| tree | bad8b4ade842fa452353f2fc76f2cc3e1cc02faa /docs/components/forms.md | |
| parent | 1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561 (diff) | |
| download | bootstrap-602b107edb4a011e8e4a1179ce00dc4b823cc061.tar.xz bootstrap-602b107edb4a011e8e4a1179ce00dc4b823cc061.zip | |
Remove usages of and references to <input type="datetime">
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.
[skip sauce]
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 5612afb68..d3419beb8 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -114,7 +114,7 @@ Below is a complete list of the specific from controls supported by Bootstrap an Textual inputs </td> <td> - {% markdown %}`text`, `password`, `datetime`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %} + {% markdown %}`text`, `password`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %} </td> </tr> <tr> |
