React Client

0
Im trying to use a widget from market place called AutoCompleteForMendix but when i use it, it shows an error "Widget is not supported in React Client". Is there a way to fix this error or enabled react client? I am currently using Mendix version 10.24.15
asked
1 answers
0

That widget uses the old widget architecture, which does not work in the React client. We used that widget a lot until we switched to the platform supported Combobox widget. It is ready for the React client and it can achieve similar results as the major case for the auto complete widget: A combobox where the user can select from a list and type to find items

answered