mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #99] 0.4.2 - no validation indication when creating new backup task and timezone is not set #79
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brunnels on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/99
I get the chrome console error but there's no indication of an error on the frontend.
An invalid form control with name='time_zone' is not focusable. <select class="w-full" id="select-control-bb79562d-8854-4fed-b412-2852b6fa0e62" name="time_zone" required data-id="ss-wyfjqw4b" tabindex="-1" aria-hidden="true" style="display: none;">...@brunnels commented on GitHub (Feb 20, 2025):
There is a similar error and behavior if the destination or database fields are not selected
@eduardolat commented on GitHub (Feb 22, 2025):
This is a problem with the slim-select library that is used to improve selects.
https://github.com/brianvoe/slim-select/issues/575
In future updates PG Back Web will have its own implementation of searchable selects, so I hope that problem can be fixed