BUG: Gamepad not available for binding in Unity 2019.3.0f1

I just updated to Unity 2019.3.0f1 from the beta, and “Gamepad” is no longer available in the binding dropdown:

5221670--520475--no gamepad.png

“Listen” will also not detect Gamepad input.

I can bind to Gamepad by clicking the “T” and typing in the value I want.

Gamepad works fine in my game, and it shows up correctly in the input debugger, it’s just not available in this binding menu. Unplugging and plugging the gamepad back in did not help.

Nevermind. The problem was some actions that had been set to “digital” in a previous version of the new input system. When I changed them from “digital” to “”, gamepad started showing up fine.