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
After autoselect, i dont have to check data against database again,
but when user enters PC "55112" and City "Mainz" (which dont exist),
I have to fire an ajax to check pc/town with backend (on blur)
this change fires BEFORE the autocomplete.select callback is called, cause the selection also fires onBlur.
Did I miss s.th. from the docs? I think this is a common scenario.
Should I stopPropagate in preSearch or ... ??
I am a bit overwhelmed by the event model :-p
(This correlates also with #115, which I'd be happy to be implemented).
tante grazie, S.
The text was updated successfully, but these errors were encountered:
I am currently filling postal code and town name with 2 autoselects, one of them as follows:
(same for postal code)
After autoselect, i dont have to check data against database again,
but when user enters PC "55112" and City "Mainz" (which dont exist),
I have to fire an ajax to check pc/town with backend (on blur)
this change fires BEFORE the autocomplete.select callback is called, cause the selection also fires onBlur.
Did I miss s.th. from the docs? I think this is a common scenario.
Should I stopPropagate in preSearch or ... ??
I am a bit overwhelmed by the event model :-p
(This correlates also with #115, which I'd be happy to be implemented).
tante grazie, S.
The text was updated successfully, but these errors were encountered: