bootstrap-autocomplete icon indicating copy to clipboard operation
bootstrap-autocomplete copied to clipboard

BUG FIX: searchpre + empty string failure

Open slumtrimpet opened this issue 4 years ago • 0 comments

A bug exists currently where users can no longer search for an empty string ('') when searchPre is implemented. Need to explicitly compare the searchPre return to false instead of trusting the ! operator on the string itself as sometimes '' is desired.

slumtrimpet avatar Feb 11 '21 16:02 slumtrimpet