Skip to content

feat(NcSelect): add helperText support#8787

Open
skjnldsv wants to merge 1 commit into
mainfrom
feat/ncselect-helper-text
Open

feat(NcSelect): add helperText support#8787
skjnldsv wants to merge 1 commit into
mainfrom
feat/ncselect-helper-text

Conversation

@skjnldsv

@skjnldsv skjnldsv commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Similar to the NcInput

image

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.37%. Comparing base (24ff9d5) to head (035bd08).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8787      +/-   ##
==========================================
+ Coverage   53.31%   53.37%   +0.06%     
==========================================
  Files         109      109              
  Lines        3697     3702       +5     
  Branches     1083     1085       +2     
==========================================
+ Hits         1971     1976       +5     
  Misses       1472     1472              
  Partials      254      254              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Add a helperText prop rendered beneath the control (via vue-select's
footer slot, for both single and multi mode), matching NcInputField's
helper text styling, and linked to the input through aria-describedby.

Anchor the absolute actions/caret to the dropdown-toggle so the helper
text below it does not shift the caret's vertical centering.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
@skjnldsv
skjnldsv force-pushed the feat/ncselect-helper-text branch from b73bd9f to 035bd08 Compare July 24, 2026 13:06
@ShGKme

This comment was marked as resolved.

@skjnldsv
skjnldsv marked this pull request as draft July 24, 2026 18:50
@skjnldsv skjnldsv self-assigned this Jul 24, 2026
@skjnldsv
skjnldsv requested review from Antreesy, ShGKme and susnux July 24, 2026 18:51
@skjnldsv
skjnldsv marked this pull request as ready for review July 24, 2026 18:51
@skjnldsv skjnldsv added 3. to review Waiting for reviews feature: select Related to the NcSelect* components labels Jul 24, 2026

@ShGKme ShGKme left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No way to use NcInput's existing helper text?
It also supports the error state.

@ShGKme ShGKme added the enhancement New feature or request label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request feature: select Related to the NcSelect* components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants