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
I'm trying to fetch my AutoComplete dataSource from an external API.
but passing my event handler to my Field onChange event does not seem to work when dataSourceConfig prop is set. And I have to pass my event to the child component (AutoComplete component).
here is my form component:
Above code does not trigger my handler onChange bucause of the presence of dataSourceConfig(I think). And when I add handleCityInputUpdate to onInputUpdate I get this error.
Warning: Unknown prop `onInputUpdate` on <input> tag. Remove this prop from the element.
The text was updated successfully, but these errors were encountered:
I'm trying to fetch my AutoComplete dataSource from an external API.
but passing my event handler to my Field onChange event does not seem to work when dataSourceConfig prop is set. And I have to pass my event to the child component (AutoComplete component).
here is my form component:
Above code does not trigger my handler onChange bucause of the presence of dataSourceConfig(I think). And when I add handleCityInputUpdate to onInputUpdate I get this error.
The text was updated successfully, but these errors were encountered: