In some scenarios it may be desirable to have an external, visible label that connects to the CommandInput. Currently the inputId is created internally with no option to pass one in, so there is no way to associate an external label with the command input.
My request is to add an optional inputId prop to either Command or CommandInput to facilitate this functionality, whichever spot is more reasonable.