[openSUSE/open-build-service] 238e01: Add hidden submit field to request index filter form

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 238e01dfd131c39289b43fa8b48aaa07821d2518 https://github.com/openSUSE/open-build-service/commit/238e01dfd131c39289b43f... Author: Lukas Krause <lkrause@suse.de> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/api/app/views/webui/request/index.html.haml Log Message: ----------- Add hidden submit field to request index filter form Right now its not possible to submit the search input field. For all other inputs of the same form we have auto submit implemented through JS. But this makes little sense for the search input. By adding a hidden submit button we can default to common browser behavior of submitting the form when pressing the enter button on the selected input. Commit: cd9921f7bf37f256e060196ea738b790d9e5cb26 https://github.com/openSUSE/open-build-service/commit/cd9921f7bf37f256e06019... Author: Lukas Krause <lkrause@suse.de> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/api/app/views/webui/request/index.html.haml Log Message: ----------- Merge pull request #16608 from krauselukas/fix/request_index_search_submit Add hidden submit field to request index filter form Compare: https://github.com/openSUSE/open-build-service/compare/6887135f43d6...cd9921... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Lukas Krause