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
How can I get the use inputing value in combo-box for dynamic items?
I try @input=${this.onInput}, the event.target.value returns the initial value, not inputed value.
The event.data only return one character of last input content.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I get the use inputing value in
combo-box
for dynamic items?I try
@input=${this.onInput}
, theevent.target.value
returns the initial value, not inputed value.The
event.data
only return one character of last input content.related issus: #9772
Beta Was this translation helpful? Give feedback.
All reactions