mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Merged in AD-897-year-created-element-should-start (pull request #63)
min year changed to 1
This commit is contained in:
commit
fa9cfac77d
@ -128,7 +128,7 @@ let RegisterPieceForm = React.createClass({
|
|||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="(e.g. 1962)"
|
placeholder="(e.g. 1962)"
|
||||||
min={0}
|
min={1}
|
||||||
required/>
|
required/>
|
||||||
</Property>
|
</Property>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
Loading…
Reference in New Issue
Block a user