What problem does this feature solve?
In work cases, I met the problems where the cascader single layer options length is more than 2000(which makes the cascader open slowly). If Cascader component can provide the virtual-list-props, the performance will be more faster than current usage.
What does the proposed API look like?
:virtual-list-props="{ height: 200 }"