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

Fix: Extra Options in Dropdown for Job Class and Queue Name Filters #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bikash2208
Copy link

The autocomplete attribute has been set to off for the respective search fields to resolve this issue. This ensures that only valid entries (e.g., job_classes and queue_names) are displayed in the dropdown, preventing irrelevant user-inputted values from appearing.

Fixes: #239

Changes:

  • Disabled autocomplete for "Filter by Job Class" and "Filter by Queue Name" fields.

Screenshots:
Before:
Screenshot from 2025-01-23 22-35-48
After:
Screenshot from 2025-01-24 08-51-43

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.

1 participant