ukrbublik/react-awesome-query-builder

on useAsyncSearch not able to add a option with empty string option

Closed this issue · 0 comments

We have requirement to add an option to select blank from the dropdown in case of autosuggest values. (useAsyncSearch)
when I set value: "", title: "BLANK". this is not working as expected. when select_equals or select_not_equals is selected :
It is coming now as FIELD IN (), whereas I need it to be like FIELD IN (''). Also this is not letting me select that BLANK option for any_in and not_in