Label Selector Control - MD Chips (Multi select Auto)

0
We have a requirement to have a control like Label selector where a user types a word in a text box and the relevant matching database values are shown as options. I checked on mendix app store and the closest one i could find in the Label Selector, However there is a Major drawback in this control and that is  it only dislapys the matching database values which are STARTING with what the user types and NOT with the ‘Contains’ operator. My actual requirement is as shown in below URL https://codepen.io/anon/pen/VvoGBa   Can any Genius Widget developer modify the Label Selector to use the ‘Contains’ Operator rather than the ‘Startswith’ Operator. Would really appreciate if someone can throw some light on this.    
asked
2 answers
0

I adapted the label selector to do just that because I needed the exact same thing.

I sent my changes as a pull request on the LabelSelector GitHub project. You can basically get the last version of the code, apply the pull request and build the LabelSelector again, and then you will have that feature: https://github.com/mendix/LabelSelector/pull/20

Probably best to fork the project so that you can pull changes from the original one in case they never approve the pull request. 

answered
0

Hi Bart,

Thanks for your quick response, May I please request you to kindly email me the zip file or the mpk of the widget which you customised ? you can email me on “reach_jsdsa@dm.gov.ae”.

 

Also, would this widget work in a react native (mobile app) ?

Would really appreciate your help. Thanks

answered