Steps to reproduce:
1. Open the attached user's project "UnityInputSystemPackageUIBug.zip"
2. Open "Assets/Scenes/SampleScene.unity"
3. In the Hierarchy, select the "TestObject"
4. Double click the "AnyKey" binding on the ExampleAction
5. Try to expand any of the Interactions/Processors
Expected results: interaction and processor properties are expanded
Actual results: interaction and processor properties are not expanded (see attached repro.mp4)
Reproducible with: Input System 1.9.0 - 1.12.0 (2021.3.47f1, 2022.3.56f1, 6000.0.34f1, 6000.1.0b1)
Not reproducible with: Input System 1.8.2 (2021.3.47f1, 2022.3.56f1, 6000.0.34f1, 6000.1.0b1)
Testing Environment: Windows 11
Not reproducible on: no other environment tested
Notes:
-It it does render correctly when viewed in a InputActionAsset but not when viewing through the Inspector
-Issue is reproducible on a new project just by adding a "public InputAction example;" property to any script