It appears that Clear Unselected is firing after the change event (or not firing a change event itself).
This is causing a bug in my case where I catch an empty input error when the user clears the input completely using (change), but I don't catch the error where a user hasn't selected a valid option and the input clears itself.
It appears that Clear Unselected is firing after the change event (or not firing a change event itself).
This is causing a bug in my case where I catch an empty input error when the user clears the input completely using (change), but I don't catch the error where a user hasn't selected a valid option and the input clears itself.