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

[BUG] when i type, the <input> element doesnt respond #100

Closed
tesla-cat opened this issue Jun 13, 2024 · 4 comments
Closed

[BUG] when i type, the <input> element doesnt respond #100

tesla-cat opened this issue Jun 13, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@tesla-cat
Copy link

when i type, the input element doesnt respond

input 组件在键盘输入时无反应

image

    <x-gantt-column v-for="(v, k) in columns" :key="k" :width="v.width" :prop="k" :label="table.getHead(v)">
      <template v-slot:title="{ label }">
        <div>{{ label }}</div>
        <input placeholder="filter" />
      </template>
      <template v-slot="{ row }">
        <div class="cell" :style="{ color: row.color }" @click="v.click && v.click(row)">
          {{ table.getCell(row, k, v) }}
        </div>
      </template>
    </x-gantt-column>
@tesla-cat tesla-cat added the bug Something isn't working label Jun 13, 2024
@jeremyjone
Copy link
Collaborator

🤔你想干啥呢?

@tesla-cat
Copy link
Author

tesla-cat commented Jun 13, 2024

@jeremyjone 就是排序 筛选这些呀 键盘打字时 输入框没反应 然后div 的 click 也不会被触发

1718321001569

@xpyjs xpyjs closed this as completed in afde2a7 Jun 14, 2024
@jeremyjone
Copy link
Collaborator

Pls update to v2.1.8

@tesla-cat
Copy link
Author

@jeremyjone thank you very much for the excellent work 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants