mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #9663] Enter key on Prefix ID field triggers API key reveal #54268
Reference in New Issue
Block a user
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 @bannert1337 on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9663
Describe the bug
When the Prefix ID edit field is focused, pressing the
Enterkey incorrectly triggers theAPI keyreveal button (eye icon).To Reproduce
Enterkey.API keyreveal button is triggered.Expected behavior
Pressing the
Enterkey in the Prefix ID field should not trigger the API key reveal button. It should submit the form or perform the expected action for the Prefix ID field.Screenshots
https://github.com/user-attachments/assets/cc69d22a-f58a-4110-92b5-392734626e4e
Open WebUI Version
v0.5.10
Ollama Version
v0.5.7
@tjbck commented on GitHub (Feb 8, 2025):
Fixed with
43df7e1424