ukrbublik / react-awesome-query-builder

User-friendly query builder for React
https://ukrbublik.github.io/react-awesome-query-builder
MIT License
2.01k stars 500 forks source link

MaterialUI- implement allowCustomValues in multiselect widget #327

Closed wiserdor closed 1 year ago

wiserdor commented 4 years ago

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

ukrbublik commented 3 years ago

Related to #525

ukrbublik commented 1 year ago

Implemented in 6.3.0