bsgriggs / mendix9-searchable-reference-selector

Mendix reference, reference set, and enumeration selector with a search bar and a clear button.
MIT License
2 stars 2 forks source link

Searched text persist in widget when using search type "By data source microflow" #21

Open Pendzik opened 1 month ago

Pendzik commented 1 month ago

Hi, As mentioned in title i had encounter issue when using widget with microflows. Basically when creating instance of widget where you use data source microflow and searching method also need to have search type microflow, then after typing and selecting something previously entered text remain in control (in background association is set correctly, so probably only cleaning of field is missing) and covers newly selected value. Issue is reproduceable in https://widgettesting105-sandbox.mxapps.io/p/searchable-selector-test-scripts

Sample configuration: image

Issue in test enviroment: image image

bholliger commented 1 month ago

Hi, If you have a defined a microflow with a change activity in the on change event with refresh enabled it will lead to this issue. It would be interesting whether this is the case in the test environment as well.