I have a plugin that is registered on "update", "async", "post operation". This plugin in checks for a change in the field which is an option set, and performs certain functions. This plugin works as expected whenever am updating the option set value from one value to another. But fails to even fire when i update it from null to a valid value. I mean from default (which is unassigned value) to a valid one.
Am i missing something? Or is this the expected behavior?