You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently set up to search on click for data pre supplied to the component, but to search once you type something for an api request.
My reasoning was that if we already have the data then it's basically working as a skinned select so why not show all the options when you focus.
I'm ok with having this as a configurable option though, so would be happy to look at a PR.
It's currently set up to search on click for data pre supplied to the component, but to search once you type something for an api request.
My reasoning was that if we already have the data then it's basically working as a skinned select so why not show all the options when you focus.
I'm ok with having this as a configurable option though, so would be happy to look at a PR.
Is this feature available? configurable @click event.
component starts searching whenever i click the input area. i want to start searching after at least 2 letters entered.
i use data list json as data source.
The text was updated successfully, but these errors were encountered: