We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03728be commit 201bf2bCopy full SHA for 201bf2b
frontend/src/components/with_api_select.tsx
@@ -56,6 +56,7 @@ const WithApiSelect: Component<WithApiSelectProps> = (props) => {
56
classList={{
57
"input-bordered": editMode(),
58
}}
59
+ onkeydown={(ev) => { if (ev.key === "Enter" && editMode()) validateAPI() }}
60
type="url"
61
readonly={!editMode()}
62
placeholder="e.g. https://example.com/api"
0 commit comments