Skip to content

AutoComplete unknown props validationError, validationErrors #177

@davidnathanael

Description

@davidnathanael

Hi, this code produces the following error :

Warning: Unknown props validationError, validationErrors on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in input (created by TextField)
in div (created by TextField)
in TextField (created by AutoComplete)

<FormsyAutoComplete
	name='userId'
	floatingLabelText="How often do you?"
	dataSource={this.state.users}
	dataSourceConfig={sourceConfig}
/>

I tried with AutoComplete from material-ui, it works fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions