PolymerElements / gold-cc-input

An input element that only allows credit card numbers
https://webcomponents.org/element/PolymerElements/gold-cc-input
13 stars 23 forks source link

Update docs for `validate`. #30

Closed jakemac53 closed 9 years ago

notwaldorf commented 9 years ago

@jakemac53 Don't worry about the tests -- I'm fixing them in separate PRs. However, since you're adding return values, would you mind also adding a comment for the method? 'Returns true if the element has a valid value, and sets the visual error state' is probably good :)

Thanks!

jakemac53 commented 9 years ago

done