The second textbox features a bootstrap dropdown with extensive content that is overflowing and extending to other textboxes below it. I am looking for a way to resize the dropdown to fit the size of its corresponding textbox.
UPDATE:
I want the dropdown to be limited to the red area indicated in the image below:
https://i.sstatic.net/DPnoo.png
<!doctype html>
<html lang="en">
... (truncated for conciseness)
};
});
</script>
</body>
</html>