Neo.mjs v10.5.3 Release Notes
Bug Fixes
- grid.Container: Corrected the calculation for the
aria-rowcountattribute. The count was previouslystore.count + 2, and has been adjusted tostore.count + 1to accurately reflect the number of data rows plus the single header row, improving accessibility for screen readers.