I want a custom property field for my input binding reference fields that also has a picker window like shown below:

How can I recreate this field for my string fields that reference InputBindings path?
Example script:
public class MyComponent : MonoBehaviour
{
// I want this fields to look like above
public string[] ignoredBindingPaths;
}