remove tab index

This commit is contained in:
DD 2017-09-11 13:33:06 -04:00
parent 499635ddf1
commit d9b683b42c
3 changed files with 0 additions and 3 deletions

View file

@ -20,7 +20,6 @@ const FillColorIndicatorComponent = props => (
<div className={styles.inputGroup}>
<Label text={props.intl.formatMessage(messages.fill)}>
<BufferedInput
tabIndex="1"
type="text"
value={props.fillColor}
onSubmit={props.onChangeFillColor}

View file

@ -44,7 +44,6 @@ class PaintEditorComponent extends React.Component {
<div className={styles.inputGroup}>
<Label text={this.props.intl.formatMessage(messages.costume)}>
<BufferedInput
tabIndex="1"
type="text"
value="meow"
/>

View file

@ -20,7 +20,6 @@ const StrokeColorIndicatorComponent = props => (
<div className={styles.inputGroup}>
<Label text={props.intl.formatMessage(messages.stroke)}>
<BufferedInput
tabIndex="1"
type="text"
value={props.strokeColor}
onSubmit={props.onChangeStrokeColor}