mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:38:29 +02:00
Beginnings of autocomplete for headers
This commit is contained in:
@@ -24,7 +24,11 @@ export function UrlBar({ sendRequest, loading, onMethodChange, method, onUrlChan
|
||||
>
|
||||
<Input
|
||||
hideLabel
|
||||
useEditor={{ useTemplating: true, contentType: 'url' }}
|
||||
useEditor={{
|
||||
useTemplating: true,
|
||||
contentType: 'url',
|
||||
autocompleteOptions: [{ label: 'FOO', type: 'constant' }],
|
||||
}}
|
||||
className="px-0"
|
||||
name="url"
|
||||
label="Enter URL"
|
||||
|
||||
Reference in New Issue
Block a user