In my case i am using selectManyChoice. Facing this issue when i try to tab out. I have changed the attribute scope to pageFlowScope and it works fine now.
public void organizationCode(ValueChangeEvent valueChangeEvent) {
// Organization Code from the Organization Code LOV from the parameters selection screen
String valueSelected = (String)valueChangeEvent.getNewValue();
System.out.println(valueSelected );
}