Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: #269 #391

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

Mohammad-Husen-Mulla
Copy link

Pull Request: Fix Input Validation for Text Field

Description:

This PR fixes the validation issue in the input text field, where it was previously accepting special characters, non-Latin letters, and links that were not part of the defined allowed character set.

Changes:

  • The input field is now restricted to accept only extended Latin letters, digits, and the following symbols: ., ,, !.
  • Any input containing non-Latin characters or the - special character is now properly rejected.

Reasoning:

This fix ensures the input complies with the review requirements, which specify the allowed characters for the field. The changes prevent invalid input while maintaining flexibility for standard text usage.

Related Issue:

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hello there!

Thank you for your contribution! We're delighted to see your Pull Request in our GitHub repository. Your efforts make a difference. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review. Input text field accepts - special char, links, non-Latin letters.
1 participant