[Unity 2019.2.12f1] Cannot Listen to "Left/RightStick" controller only

Hello,

When listening to the gamepad left stick in 2019.2.12f1, there is no more option for Left Stick [PS4 Controller] only.

Ex in 2019.2.11f which is functionnal and works in the game

Ex in 2019.2.12f1 when trying to create a new binding
5181671--514643--upload_2019-11-16_13-14-24.png

Is this a bug?

Looks like your action is set to the “Axis” control type. This causes the listen functionality to filter out the Vector2 stick control.

The editor (and the underlying system neither) currently does not enforce types when there is a binding already read. So, the existing Vector2 binding is accepted but when trying to pick a new path, the control type is respected and thus restricted to Axis controls.