Skip to content

Validation: add warning feedback support#6570

Merged
stsrki merged 5 commits intomasterfrom
dev/validation-warning
Apr 28, 2026
Merged

Validation: add warning feedback support#6570
stsrki merged 5 commits intomasterfrom
dev/validation-warning

Conversation

@stsrki
Copy link
Copy Markdown
Collaborator

@stsrki stsrki commented Apr 28, 2026

Closes #4804

  • Added ValidationStatus.Warning and ValidationWarning.
  • Added ValidationFeedback with None, Warning, Success, and Error fragments.
  • Warning validation is non-blocking and does not fail Validations.ValidateAll().
  • Added warning styles across providers, including Markdown and RichTextEdit extensions.
  • Updated demo and validation docs with warning/feedback examples.
  • Kept validation feedback rendered in the DOM for accessibility; CSS controls visibility.

@stsrki stsrki merged commit be90006 into master Apr 28, 2026
2 checks passed
@stsrki stsrki deleted the dev/validation-warning branch April 28, 2026 09:44
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ValidationStatus.Warning

1 participant