ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

fix: allow ctrl-a inside inputs

Open Killusions opened this issue 10 months ago • 0 comments

What kind of change does this PR introduce? (check one with "x")

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

If an input is inside a custom template, ctrl/cmd + a doesn't work (because of the row selection logic)

What is the new behavior?

Excludes if the event occurs inside of an input/textarea (except checkbox and radio)

Does this PR introduce a breaking change? (check one with "x")

  • [ ] Yes
  • [x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

Killusions avatar Mar 10 '25 17:03 Killusions