Skip to content

Add coordinate value validation for OpenMeteo - #291

Open
nhjschulz wants to merge 1 commit into
BlueAndi:Developmentfrom
nhjschulz:openmeto_coord_validation
Open

Add coordinate value validation for OpenMeteo#291
nhjschulz wants to merge 1 commit into
BlueAndi:Developmentfrom
nhjschulz:openmeto_coord_validation

Conversation

@nhjschulz

Copy link
Copy Markdown
Collaborator
  • Preform input check on longitude and latitude fields before submit.
  • Show a value placeholder hint if these fields are empty
  • Prevent submit if field validation failed.

@nhjschulz nhjschulz linked an issue Jul 29, 2026 that may be closed by this pull request
- Preform input check on longitude and latitude fields before submit.
- Show a value placeholder hint if these fields are empty
- Prevent submit if field validation failed.
@nhjschulz
nhjschulz force-pushed the openmeto_coord_validation branch from 568c841 to 0378096 Compare July 29, 2026 09:10
@nhjschulz
nhjschulz requested a review from BlueAndi July 29, 2026 09:21
placeholder="e.g. 10.749" aria-describedby="longitudeInvalid" />
<div id="longitudeInvalid" class="invalid-feedback">
Please enter a valid longitude in x.y format, between -180.0 and 180.0 (decimal
required).

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please keep the sentence in one line, like in line 59.

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.

[Issue] Improve OpenMeto configuration with input checks

2 participants