Anyone else having an error with dropdowns in latest 6000.0.20f1?

All my dropdown lists are now crashing the UI in this latest version. (Click on dropdown list, select an item, repeated crashes) Anyone else experiencing this? 6000 20f1.

I have confirmed this is definitely a bug. Create a brand new project, add the new ‘Input System’ module. Create a ui drop down. Click on the drop down and you will be spammed with:

“MissingReferenceException: The object of type ‘UnityEngine.GameObject’ has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.”

Nothing else can be clicked on after receiving this error.

Ok this isn’t related to the unity version. It’s actually related to the new Input System 1.11.0 released 10 days ago. I moved back to version 1.10.0 and the error goes away.

I ran into this same issue in Unity 6000.0.20f1 and can confirm that downgrading the new Input System to 1.10.0 fixed this issue.