How to set Dropdown list same width as parent input using select-box JointJS

I’ve tried to set width on API Input Inspector JointJS to 100%.
Okay the input box working properly set to 100% but dropdwon list from that input 100% from the screen because, dropdown list is absolute and populated in <body> tag, not inside parent for that input.

Thanks