Skip to content
#

foundation

Here are 456 public repositories matching this topic...

SwifterSwift
feeling-responsive
clhenrick
clhenrick commented Dec 13, 2016

The search box default says "enter search term and hit enter" but there is not a clear way to "hit enter" on iOS.

image

I fixed this problem by adding a submit button below the input within the form like so:

<form id="search" onsubmit="google_search(); return false;">
	<input
StarWar
StarWar commented Oct 14, 2019

The library marks all page links except for next & prev as canonical. Which I think is wrong? It should only set the current page as canonical and make it a disabled link. However, this lib makes the current link a simple li element but tags all other links as canonical.

Currently, it outputs the following links:-
**I'm on the page 4. However, it doesn't mark page 4 as canonical. It marks page

bug
DanielReid
DanielReid commented Sep 24, 2018

We've run into an issue where giving a label a for id causes the dropdown to close when the label is clicked (but not when the checkbox itself is clicked directly)

 <toggle>
    <a>click me</a>
  </toggle>
  <pane>
    <label for="foo">
      <input type="checkbox" id="foo" ng-model="clicked" >
      Checkbox label
    </label>
  </pane>

It seems this is because there are t

Improve this page

Add a description, image, and links to the foundation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the foundation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.