这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PolymerElements/iron-form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hobberwickey/iron-form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 7, 2016

  1. Added in check on custom elements that contain standard elements with…

    … the same name and excluded the standard elements from submission
    
    Why?
    
    *In order to prevent custom elements that contain a standard element (iron-autogrow-textarea for example) from being submitted twice while still allowing custom elements to work with standard forms.
    
    This commit address these changes by
    
    *querying each custom element for elements with the same name as children
    *adding the matched element to an excluded array
    *checking the standard elements against the excluded array
    hobberwickey committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e72526a View commit details
    Browse the repository at this point in the history
Loading