Fix bad type for spellCheck attribute (#23638)

th-downstream
Christian Schmidt 2 years ago committed by GitHub
parent 6e00e5b4d9
commit 2c8bb9a76a

@ -51,7 +51,7 @@ export default class AutosuggestInput extends ImmutablePureComponent {
searchTokens: PropTypes.arrayOf(PropTypes.string),
maxLength: PropTypes.number,
lang: PropTypes.string,
spellCheck: PropTypes.string,
spellCheck: PropTypes.bool,
};
static defaultProps = {

Loading…
Cancel
Save