Closed 4moradi closed 6 years ago
Autofocus isn't possible out of the box. You could achieve it by writing some custom JavaScript outside of the component.
What do you mean by selecting the string? If you mean highlighting the result, that's outside of the scope of this package.
Thanks a lot about this: Autofocus isn't possible out of the box. You could achieve it by writing some custom JavaScript outside of the component.
Would you please help me to do this?
about second question, I mean when I search a string like "Vue book" and see the results, when I want to search for another book, I should clear the "Vue book" by hand and search again, but if "Vue book" select automatically, when I press the keyboard the "Vue book" string would be replaced by new string
First of all, thanks for this nice component! How is it possible to add autofocus to input filter of table? And one more question, how can I select the string automatically after enter something to filter?
Thanks a lot