vue-select
vue-select copied to clipboard
Props: `multiple` and `appendToBody` the position of options is not updating.
To Reproduce Steps to reproduce the behavior:
- set prop
multiple="true"
andappend-to-body
- Select options one by one until next selected options will be display in new line
- The window of options will remain at the initial position
Expected behavior
Need to update position of options immediately after selection in case of using prop multiple
Screenshots