Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upupdate docs for `required` default #34
Conversation
bear
added
documentation
request
labels
Dec 27, 2014
added a commit
that referenced
this pull request
Dec 27, 2014
bear
merged commit ec3dc5c
into
AmpersandJS:master
Dec 27, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tnguyen14 commentedDec 25, 2014
requiredattribute is default totrue, notfalse, as per this line https://github.com/tnguyen14/ampersand-input-view/blob/master/ampersand-input-view.js#L81.updating doc to reflect this.
the other option is to change the code to have
requiredset to false by default as per the doc.