Enforce character limit on axes options prefix/suffix inputs

Now they match the limit set in the single stat options
pull/2848/head
Alex P 2018-02-23 10:30:02 -08:00
parent b5bf25aa1b
commit 16374274b1
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class AxesOptions extends Component {
value={prefix}
labelText="Y-Value's Prefix"
onChange={this.handleSetPrefixSuffix}
maxLength="5"
/>
<Input
name="suffix"
@ -131,6 +132,7 @@ class AxesOptions extends Component {
value={suffix}
labelText="Y-Value's Suffix"
onChange={this.handleSetPrefixSuffix}
maxLength="5"
/>
<Tabber
labelText="Y-Value's Format"