Skip to content

Commit

Permalink
Add minimum amount
Browse files Browse the repository at this point in the history
  • Loading branch information
artpi committed May 20, 2019
1 parent e507e8c commit d89130b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/blocks/membership-button/edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class MembershipsButtonEdit extends Component {
onChange={ this.handlePriceChange }
placeholder={ formatCurrency( 0, this.state.editedProductCurrency ) }
required
min="5.00"
step="1"
type="number"
value={ this.state.editedProductPrice || '' }
Expand Down

0 comments on commit d89130b

Please sign in to comment.