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
See video below, in which I've added console logging to three functions on combobox.component.ts - writeValue (from control value accessor), inputText setter, and handleAutoComplete. Note that when clicking an option, handleAutoComplete is called twice. I'm not sure it's even necessary to run any autocomplete logic here, we could just populate the input with the clicked option
Screen.Recording.2025-05-28.at.5.10.09.PM.mov
The text was updated successfully, but these errors were encountered:
See video below, in which I've added console logging to three functions on
combobox.component.ts
-writeValue
(from control value accessor),inputText
setter, andhandleAutoComplete
. Note that when clicking an option,handleAutoComplete
is called twice. I'm not sure it's even necessary to run any autocomplete logic here, we could just populate the input with the clicked optionScreen.Recording.2025-05-28.at.5.10.09.PM.mov
The text was updated successfully, but these errors were encountered: