Use consistent data attributes

data-toolbox should be data-react-toolbox to be consistent with the rest of the components.
old
Fred Guest 2016-02-06 00:35:08 -08:00
parent 47215ac84b
commit c0e0b5679c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class DatePicker extends React.Component {
const date = value ? `${value.getDate()} ${time.getFullMonth(value)} ${value.getFullYear()}` : null;
return (
<div data-toolbox='date-picker'>
<div data-react-toolbox='date-picker'>
<Input
className={style.input}
error={this.props.error}