c01dwave
c01dwave
## Description Fix cell misalignment in `NDataTable` when using `ellipsis.lineClamp` on columns. Closes #7345 ## Problem When a column has `ellipsis.lineClamp` configured, the cells (both `th` and `td`) in that...
## Description Fix the issue where the placeholder text covers the cursor in light mode. Closes #7267 ## Root Cause The input component uses a custom absolutely positioned `` element...
## Description Fix #7269 When using `type="text"` input with `autosize` prop, if the bound value is modified externally (e.g., from another textarea sharing the same v-model), the input width does...
## Description Fix NCascader position calculation error when reopening the dropdown menu. Closes #7321 ## Problem When NCascader is positioned near the right edge of the screen: 1. First open:...
## Description Fix TypeScript type definition for [TableSelectionColumn] to allow `rowSpan` and `colSpan` properties. Closes #7347 ## Problem When using `rowSpan` or `colSpan` on a selection column, TypeScript reports an...