I'm using select field from Material-UI and I want when I scroll to the bottom of the menu to call an API to append some new options.
In react-select library there is a onMenuScrollToBottom property which is used for this reason but in the Material-UI select field I don't see such a prop. Do you know how can I implement this functionality? I'm using import { SelectField } from 'redux-form-material-ui';
Thanks