Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix example for custom validator #11033

Closed
wants to merge 335 commits into from
Closed

Conversation

lirael
Copy link
Contributor

@lirael lirael commented Mar 10, 2018

Foundation initialization was misplaced in the example, hence it was confusing. Discussed in #9773.

Martskin and others added 30 commits September 25, 2017 12:40
…-height

Add height pinning to cell-block-y
…b.com/DaSchTour/foundation-sites into DaSchTour-andycochran-responsive-expanded-buttons
Added the ability to use the xy-cell-base mixin to grow the flex item to take up all available space.

This is effectively the same as: `.flex-child-grow`, found @ https://foundation.zurb.com/sites/docs/flexbox-utilities.html#vanilla-flexbox-helper-classes - But there isn't a way to do this through the SASS mixins.
Updated the comment, and by extension, the docs to include the extra parameter.
Resolves issue#10657 (When closeOnClick option is true, clicking on t…
Fix reset for y-grid to clear max-width as well
Set aria-invalid attribute when something is not valid, see [here (Mailinglist)](http://lists.w3.org/Archives/Public/public-pfwg/2015Jul/0031.html) and [here (Spec)](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid).
Added aria-onerrormessage attributes where needed. See [here (Spec)](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage).
Fixed multiple elements having the same ID.
Edits to make push, pull, and offset optional to foundation-grid
Fixing optional for push and pull for Gutter adjustment
Allowing center and uncenter to be optional
ncoden and others added 21 commits February 27, 2018 21:40
…it-test

fix: do not test for inferred names in getFnName unit test
…e-modifiers-reset-10891

fix: fix XY Grid responsive widths with shrink/auto foundation#10891
Partially revert e89d85c

Test Magellan.scrollToLoc systematically as it should _never_ throw an error when target does not exists.
…l-node-versions

tests: run tests on latest stable and LTS releases of Node.js
…used-variable-expand-max-8484

fix: remove the unused tab-expand-max variable
…used-hover-variable-10758

fix: remove the unused menu-item-background-hover variable
…compatibility-10771

fix: use `hashchange` event instead of `popstate` for IE/Edge compatibility
…e-active

fix: fire updateActive after calcPoints
Foundation initialization was misplaced in the example, hence it was confusing. Discussed in foundation#9773.
@DanielRuf
Copy link
Contributor

I guess you have to rebase, and create the branch from master.

@DanielRuf
Copy link
Contributor

Thanks for your contribution. But I'll close this one. Let me know if you need help and I'll give you the needed steps to create a new, clean branch.

@DanielRuf
Copy link
Contributor

DanielRuf commented Mar 10, 2018

You have to use the master branch for the docs.

Try the following:

git checkout master
git checkout -b docs/abide-fix-custom-validator-foundation-initialization
git cherry-pick 10eeb3555ef087749bec7534adc642ced2bc4e51
git push -u origin docs/abide-fix-custom-validator-foundation-initialization

Then select the foundation-sites/master branch as target when creating the PR.

@lirael
Copy link
Contributor Author

lirael commented Mar 10, 2018

@DanielRuf thanks for all your explanations and help! New PR #11035

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.