I'm trying to use the material-ui default MultiSelect widget but the allowCustomValues is not implemented.
tried also to use the vanilla one but it's only implemented on antd's multiselect.
i want to know if there is a plan to add it in the near future?
although my request, i did managed to do it myself with Material ui- Autocomplete component
but i only needed it for a specific case and i don't know if it will work for all cases.
I'm trying to use the material-ui default MultiSelect widget but the allowCustomValues is not implemented. tried also to use the vanilla one but it's only implemented on antd's multiselect.
i want to know if there is a plan to add it in the near future?
although my request, i did managed to do it myself with Material ui- Autocomplete component but i only needed it for a specific case and i don't know if it will work for all cases.
sandbox of the implementation (only widget but working with the builder also): https://codesandbox.io/s/react-awsome-query-buildermaterialui-multiselect-custom-0zrxc