jquery-editable-select icon indicating copy to clipboard operation
jquery-editable-select copied to clipboard

Display "not found" if key word is not matched

Open raharinjatovo opened this issue 4 years ago • 3 comments

Hello, how to display ' not found" text when thres no matching text

thankjs

raharinjatovo avatar May 10 '21 11:05 raharinjatovo

I don't see it has a feature like this. You are more than welcome to customize it yourself.

wannadream avatar May 10 '21 21:05 wannadream

thanks , but how to show one specific element in some situation, ( in that way, i want to show an "no result" option if no matching)

raharinjatovo avatar May 11 '21 06:05 raharinjatovo

You can add your logic in filter() method. https://github.com/indrimuska/jquery-editable-select/blob/7b248a10f6c32c7da0b8c700584de9b3cd9a1b20/src/jquery-editable-select.js#L41

wannadream avatar May 12 '21 06:05 wannadream