edcoreweb
Results
3
comments of
edcoreweb
@AmrIKhudair I needed this as well and made it work in user-land. When Vue 3 arrives you can remove it. ```js export function makeReactive (obj) { // eslint-disable-next-line no-proto const...
@Jefemy I think this was introduced in #1268
Solution which worked for me, for single select, inspired by @yoongti ```scss .vs--single { &:not(.vs--open) .vs__selected + .vs__search { // force this to not use any space // we still...