react-native/website/core
ColCh 6a828328e1 Add tabindex attribute to searchbar
Summary:
Explain the **motivation** for making this change. What existing problem does the pull request solve?

This is small improvement to docs webpage.
I'm tired of clicking on searchbar with mouse/touchpad, so I've added a `tabindex` attribute to it, so it can be now focused with `Tab` key.

I think this greatly improves user experience on documentation searching.

**Test plan (required)**

??? Just click on `Tab` and it will focus. Should I test it really?

**Code formatting**

Attributes are sorted alphabetically, I've inserted new attribute in this order, after `id` and before `type` attributes.
Closes https://github.com/facebook/react-native/pull/8319

Differential Revision: D3470858

fbshipit-source-id: 01240bdf1432d9873324ddee38be256dfab93df2
2016-06-22 12:28:33 -07:00
..
AlgoliaDocSearch.js Add tabindex attribute to searchbar 2016-06-22 12:28:33 -07:00
BlogPost.js Introduce blog 2016-03-24 14:11:30 -07:00
BlogSidebar.js Introduce blog 2016-03-24 14:11:30 -07:00
DocsSidebar.js Improve Docs navigation on handheld devices. 2016-05-20 02:50:08 -07:00
H2.js Fix issues running the website locally on windows with npm3 2016-01-02 03:56:32 -05:00
Header.js fix all anchor links in docs 2016-02-29 09:21:31 -08:00
HeaderLinks.js Improve Docs navigation on handheld devices. 2016-05-20 02:50:08 -07:00
HeaderWithGithub.js Remove default argument syntax on getVersionedGithubPath() 2016-05-07 14:10:33 -07:00
Marked.js Document colors 2016-01-28 19:37:33 -08:00
Prism.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
Site.js Remove Releases tab from header 2016-03-09 19:36:26 -08:00
center.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
slugify.js Add copyright header on website files 2015-03-23 10:56:09 -07:00
unindent.js Add copyright header on website files 2015-03-23 10:56:09 -07:00