foundation
Here are 456 public repositories matching this topic...
-
Updated
Sep 16, 2019 - PHP
-
Updated
Jul 8, 2020 - Ruby
-
Updated
Jan 4, 2016
-
Updated
Jul 6, 2020 - Swift
-
Updated
Jul 5, 2020 - Swift
-
Updated
May 25, 2020 - Objective-C
The search box default says "enter search term and hit enter" but there is not a clear way to "hit enter" on iOS.
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;">
<inputnpm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm W
-
Updated
Jul 14, 2020 - Objective-C
-
Updated
Apr 24, 2020 - HTML
-
Updated
Oct 20, 2017 - CSS
-
Updated
Dec 2, 2019 - Objective-C
-
Updated
Apr 5, 2020 - Swift
This issue is mostly so there is a reference to the issue I raised on the Foundation-Sites repository.
Read about the issue here: Vue.js Component Lifecycle leaves the dropdown open.
-
Updated
Jul 6, 2020 - Java
-
Updated
Dec 30, 2019 - CSS
-
Updated
Jun 12, 2020 - PHP
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
-
Updated
Sep 16, 2019 - PHP
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
-
Updated
Mar 24, 2020 - Swift
-
Updated
Jul 15, 2020 - CSS
-
Updated
May 24, 2019 - Swift
-
Updated
Apr 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the foundation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the foundation topic, visit your repo's landing page and select "manage topics."

When sorting a table with data having a defined rowspan causes the "child" rows within the group of rows to disassociated and break rendered improperly.
jsfiddle. Please see following animation: