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

Studio Validator for regexp validator string for TextFields #26

Open
timolemke opened this issue Sep 14, 2018 · 1 comment
Open

Studio Validator for regexp validator string for TextFields #26

timolemke opened this issue Sep 14, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@timolemke
Copy link

the regexp validation string entered by editors in studio should be validated. If not validated successful a readable warning or error message should be presented to the editor

@timolemke
Copy link
Author

Validating the struct by a studio validator might be to slow, because the whole struct has to be parsed each time a change is entered.
Validating the input on the client side would be better. And the regexp validator string is not relevant for security, therefore a server-side validation is not mandatory. Imho...

nicholasfechner pushed a commit that referenced this issue Sep 25, 2018
nicholasfechner pushed a commit that referenced this issue Sep 25, 2018
nicholasfechner pushed a commit that referenced this issue Sep 25, 2018
TallenceJanHendrikPopp pushed a commit that referenced this issue Aug 10, 2019
TallenceJanHendrikPopp pushed a commit that referenced this issue Aug 10, 2019
TallenceJanHendrikPopp pushed a commit that referenced this issue Aug 10, 2019
TallenceJanHendrikPopp pushed a commit that referenced this issue Aug 10, 2019
…elds. And Studio-Labels for all validators
TallenceJanHendrikPopp added a commit that referenced this issue Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants