Stripe Dynamic Shipping Rate Delivery Estimates

I have a form for creating Stripe shipping rates in my NodeJS app with a select input of the unit choices.

The Create Shipping Rate server connect action uses a dropdown which has to be set manually, meaning in order to tell stripe to use the value chosen in the front end form, I have to write a condition with a separate instance of Create Shipping Rate action for each choice with the chosen value already selected in the drop down of the action.




I'm sure the dropdown was put to make it easy to know the choices available, which is appreciated, but I think in this instance it would be better to make it a dynamic picker and list the choices in the info tooltip.

Thanks for the consideration,
Twitch