diff --git a/src/core/components/initialized-input.jsx b/src/core/components/initialized-input.jsx index 2f4189c2..3b316861 100644 --- a/src/core/components/initialized-input.jsx +++ b/src/core/components/initialized-input.jsx @@ -26,7 +26,7 @@ export default class InitializedInput extends React.Component { // Filter out `value` and `defaultValue`, since we have our own // `initialValue` interface that we provide. // eslint-disable-next-line no-unused-vars, react/prop-types - const { value, defaultValue, ...otherProps } = this.props + const { value, defaultValue, initialValue, ...otherProps } = this.props return this.inputRef = c} /> } }