Mael
Mael
BTW adding ":string" to term doesn't fix the bug for me (taking a look at your PR)
Interesting... indeed I didn't know whether the issue was that the method is expecting any AcceptableValue and typescript is complaining that we are only handling the case where the filterFunction...
I've found tanstack virtualized more difficult to use (and finnicky) than vue-use, but vue-use has less features Coudln't really manage to make this work with a table without hitting display...
To make it clear: I'd like a way to do the CommandDialog where the CommandInput only lets me select options with up/down, but does not filter on its own the...
Ha it seems it is possible to do what I want by ading the "filter-function" prop of "Command" to the "CommandDialog" helper
Hmmm @zernonia I'm trying to do this to put the "filterFunction" on the Command in CommandDialog, but it complains because it also appears in "filtered" and therefore on "Dialog", do...
Doing this now, but it feels like a hack... perhaps there's a better way to allow adding the props of "Command" on the "CommandDialog" to make it more flexible?