HandyOrg / HandyOrg/HandyControl
Text Validation Blip
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Text Validation, It's widely used but needs to be re-programmed by the developer. If using HandyControl we could do validation while the user types{in Xaml}, that will save some time.
Describe the solution you'd like
A clear and concise description of what you want to happen.
<hc: TextBox Validation="*&%" ValSpace=False />
now this Text Box will not allow to put { * , & , % } or Spaces , and will show a blip like this.




Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I Tried doing it With tooltips, but it's not very convincing.
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; start by reviewing HandyControl's WPF TextBox control and its XAML-facing properties, then compare the requested behavior with the existing tooltip approach. A complete result would define a validation syntax, reject configured characters or spaces while typing, and show the requested visual feedback.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100