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

Make "only numbers" error message a bit clearer #25

Merged
merged 1 commit into from Feb 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -430,7 +430,7 @@ <h1 class="title">
<div *ngIf="minSurfaceSize.invalid && (minSurfaceSize.dirty || minSurfaceSize.touched)" class="help">
<p *ngIf="minSurfaceSize.errors.min" class="help is-danger">The pixel size is too small</p>
<p *ngIf="minSurfaceSize.errors.max" class="help is-danger">The pixel size is unreasonably large</p>
<p *ngIf="minSurfaceSize.errors.pattern" class="help is-danger">Only numbers are allowed</p>
<p *ngIf="minSurfaceSize.errors.pattern" class="help is-danger">Only positive numbers are allowed</p>
</div>

<p>Set the minimum longest size of the display that can display your application correctly (as the screen