1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

Merged in AD-897-year-created-element-should-start (pull request #63)

min year changed to 1
This commit is contained in:
diminator 2015-09-17 11:41:49 +02:00
commit fa9cfac77d

View File

@ -128,7 +128,7 @@ let RegisterPieceForm = React.createClass({
<input
type="number"
placeholder="(e.g. 1962)"
min={0}
min={1}
required/>
</Property>
{this.props.children}