fix(autocomplete): fix autocomplete using component context objects
This commit is contained in:
parent
e7c35d9308
commit
d32ac62b4a
@ -33,7 +33,7 @@ public class AutoCompleteInteractionMethod extends InteractionMethod {
|
||||
if (autocompleteOptionValue != null)
|
||||
return autocompleteOptionValue;
|
||||
|
||||
return marinara.getWrapper().getContextObjectProvider().getComponentContextObject(context, type);
|
||||
return marinara.getWrapper().getContextObjectProvider().getInteractionContextObject(context, type);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user