1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

min year changed to 1

This commit is contained in:
Cevo 2015-09-17 11:17:47 +02:00
parent 33ec380f4c
commit cf39b1e708

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}