Using the proper inputmode makes things easier for users of virtual keyboards (pretty much any smartphone user). For example, on the global search input, we could use `inputmode="search"`. A second example is to use `inputmode="email"` on the email registering field. |