scottaohara/a11y_styled_form_controls

Create Search Input Pattern

scottaohara opened this issue · 0 comments

<form role="search">
  <input type="search" id="srch" title="Search Site">
  <button type="submit" id="srch_btn" aria-label="Submit Search">
     <!-- svg search icon here -->
  </button>
</form>