Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select the value and roll the paste #853

Open
4 tasks done
Thecodefirst opened this issue Jan 20, 2024 · 0 comments
Open
4 tasks done

Select the value and roll the paste #853

Thecodefirst opened this issue Jan 20, 2024 · 0 comments

Comments

@Thecodefirst
Copy link

Describe the bug

Select the value and roll the paste

Reproduction

    <a-checkbox-group v-model:value="checkedListLocal" class="h-full w-full">
      <DynamicScroller :items="vsCopyLocal" :min-item-size="30" class="scroller">
        <template #default="{ item, active }">
          <DynamicScrollerItem :key="item" :active="active" :item="item" :data-index="item">
            <div class="mb-8px h-30px">
              <a-checkbox :disabled="handleSwitch(item)" :value="item">
                <a-tooltip>
                  <template #title>{{ item }}</template>
                  <span class="block truncate overflow-ellipsis" :class="[controlpopWidth]">{{
                    item
                  }}</span>
                </a-tooltip>
              </a-checkbox>
            </div>
          </DynamicScrollerItem>
        </template>
      </DynamicScroller>
    </a-checkbox-group>

System Info

vue-virtual-scroller": "2.0.0-beta.3"

Used Package Manager

yarn

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant