Closed moustafaart4muslim closed 5 years ago
What do you want to display in the dropdown, the full result list?
yes, the full result list.
@TerryZ Reminder.
For currently version v-suggestion, only enter some text in the input element and the suggestion items showup, no way to show all the items in the list.
@TerryZ Thank you for your reply. Could you add an option allowing it?
By the way, I have notices that entering a dot input in the search field results in gets all results shown.
Ok, i will think about it.
Thank you.
Added full-list
prop in v2.1.0
version, it set to config display full list when input element get focus
Thank you very much. Worked great.👍
But having small issue, When you focus in the input, it's working fine, start typing, filter works file, Now clear what you have typed, it should show the full list again when the input becomes clear, but it doesn't. To be able to show the full list again after start typing and then clearing the input, I have to click by the mouse outside the input then re-click inside it. @TerryZ
Again, thanks a lot.
Issue fixed on last release ( 2.2.0 ).
Sorry, It still shows the same behavior. When you focus in the input, it's working fine, start typing, filter works file, Now clear what you have typed, it should show the full list again when the input becomes clear, but it doesn't. To be able to show the full list again after start typing and then clearing the input, I have to click by the mouse outside the input then re-click inside it. @TerryZ
Hi,
I want to make the dropdown to be open by just clicking inside the input, before typing text.. I mean to be open viewing all the items in the list
How to achieve this?