Hi,
When there is more than 1 "CB Query Field" with Filterable = "Enable" on a profile edit page, there is a bug and options are not properly displayed :
On profile edit page, I have set 2 CB Query Field (Query Drop down : single select) :
1/ COUNTRY, with Filterable = "Enable" and clause where : "country_name LIKE '%[filter]%' " for instance
2/ FIELD2 with Filterable = "Enable" and clause where : "filed2_name LIKE '%[filter]%' " for instance
If I first select an option on the COUNTRY filed, it will show me the option countries list -> OK
but then when I select the FIELD 2, it won't show me the option Field2 list, but it will show me the option countries list once again ! -> KO
I releoad the page and then I select FIRST, the FIELD 2 : it shows me the option Field2 list -> OK
but then I select the COUNTRY field, it still show me the option Field2 list, and not the option countries list -> KO
This is not happening when I have only 1 CB Query Field FILTERABLE. If I disable Filterable on FIELD2 for example, the 2 selects show there own option list -> OK
I can't reproduce it on demo site because I have no rights.
Thanks for your help