What problem does this feature solve?
When the select dropdown is out of the visible area, the content cannot be read in full.
What does the proposed API look like?
<a-select
:dropdownMatchSelectWidth="false"
:autoAdjustOverflow="true"
/>
// Similar to tooltip