You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
weits, Serhiy91, matias-casal, Vishal0203, mchurichi and 1 more