mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Adds https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint to the search inputs. This hint is used for mobile devices to guide what label is shown on the onscreen keyboard. By default `return` is shown, now for search we will see `search`. Also add `type="search"` to the full page search input for further guidance.