diff --git a/bikeshop_project/assets/js/components/Member.jsx b/bikeshop_project/assets/js/components/Member.jsx index 7ef7677..05e40fc 100644 --- a/bikeshop_project/assets/js/components/Member.jsx +++ b/bikeshop_project/assets/js/components/Member.jsx @@ -15,7 +15,6 @@ export default class Member extends React.Component { searchText={this.props.searchText} fullWidth textFieldStyle={{ textAlign: 'center', fontSize: '32px', lineHeight: '48px' }} - tabIndex={this.props.tabIndex} /> ); } diff --git a/bikeshop_project/assets/js/components/Purpose.jsx b/bikeshop_project/assets/js/components/Purpose.jsx index 14a93c7..5070157 100644 --- a/bikeshop_project/assets/js/components/Purpose.jsx +++ b/bikeshop_project/assets/js/components/Purpose.jsx @@ -9,7 +9,6 @@ export default class Purpose extends React.Component { value={this.props.default} onChange={this.props.handleChange.bind(this)} fullWidth - tabIndex={this.props.tabIndex} > diff --git a/bikeshop_project/assets/js/components/SignIn.jsx b/bikeshop_project/assets/js/components/SignIn.jsx index bb80690..7ee087d 100644 --- a/bikeshop_project/assets/js/components/SignIn.jsx +++ b/bikeshop_project/assets/js/components/SignIn.jsx @@ -129,20 +129,19 @@ export default class SignIn extends React.Component { error={this.state.error} members={this.state.members} searchText={this.state.searchText} - tabIndex={1} />
- +