Skip to content

docs: filter non-digit in Series/Number fields (#DS-4058)#1719

Open
NikGurev wants to merge 1 commit into
mainfrom
chore/DS-4058
Open

docs: filter non-digit in Series/Number fields (#DS-4058)#1719
NikGurev wants to merge 1 commit into
mainfrom
chore/DS-4058

Conversation

@NikGurev

@NikGurev NikGurev commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@NikGurev NikGurev requested a review from rmnturov July 9, 2026 12:56
@NikGurev NikGurev self-assigned this Jul 9, 2026
@NikGurev NikGurev requested a review from lskramarov as a code owner July 9, 2026 12:56
@NikGurev NikGurev added the documentation Improvements or additions to documentation label Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 80fcd0c):

https://koobiq-next--prs-1719-6x6ugz3e.web.app

(expires Sun, 12 Jul 2026 13:16:23 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c

Copilot AI 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.

Pull request overview

Updates the validation docs example to actively filter out non-digit characters in the “Series” and “Number” form fields, while giving the user immediate feedback via a tooltip.

Changes:

  • Added a shared onInput handler that strips non-digit characters from the input and briefly shows an error tooltip when invalid characters are entered.
  • Wired kbqTooltip (manual trigger) onto the “Series” and “Number” inputs and added positioning via PopUpPlacements.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/docs-examples/components/validation/validation-message-global-with-links/validation-message-global-with-links-example.ts Adds tooltip module dependencies, a non-digit filtering regex, and an input handler that sanitizes values and controls tooltip visibility.
packages/docs-examples/components/validation/validation-message-global-with-links/validation-message-global-with-links-example.html Applies manual tooltips and hooks (input) / (blur) events to enforce digits-only entry in Series/Number fields.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants