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
When I start to type console.log(this.chosen); in getSuggestionList method I'm getting previous value.
e.g. Real typed: 1234
on console: 123
Is it possible make ajax request with actual data? The event @request-start has an actual parameter value but how to set the ajax result into suggested list?
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
The list
:list="getSuggestionList"
method is called before the model data have been setMaybe I do something wrong but:
methods:
When I start to type
console.log(this.chosen);
ingetSuggestionList
method I'm getting previous value.Is it possible make ajax request with actual data? The event @request-start has an actual parameter value but how to set the ajax result into suggested list?
The text was updated successfully, but these errors were encountered: