vue-select icon indicating copy to clipboard operation
vue-select copied to clipboard

Props: `multiple` and `appendToBody` the position of options is not updating.

Open lao9s opened this issue 4 years ago • 0 comments

To Reproduce Steps to reproduce the behavior:

  1. set prop multiple="true" and append-to-body
  2. Select options one by one until next selected options will be display in new line
  3. 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 v-select

lao9s avatar Jul 26 '20 19:07 lao9s