[GH-ISSUE #99] 0.4.2 - no validation indication when creating new backup task and timezone is not set #79

Open
opened 2026-02-26 21:34:20 +03:00 by kerem · 2 comments
Owner

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;​">​...

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;​">​...`
Author
Owner

@brunnels commented on GitHub (Feb 20, 2025):

There is a similar error and behavior if the destination or database fields are not selected

<!-- gh-comment-id:2671768309 --> @brunnels commented on GitHub (Feb 20, 2025): There is a similar error and behavior if the destination or database fields are not selected
Author
Owner

@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

<!-- gh-comment-id:2676295924 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#79
No description provided.