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
doc(autocomplete-filter): Update example to use Array.prototype.Inclues() (#10779)
Was researching the Auto-complete feature to add it to a project and this little enhancement is more straightforward when dealing with more complex strings.
Current example can't filter words with spaces. By using includes() it can filter full sentences.
0 commit comments