We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87ec9d commit c7e8892Copy full SHA for c7e8892
README.md
@@ -22,9 +22,13 @@ import '@github/remote-input-element'
22
<ul id="results"></ul>
23
```
24
25
+A GET request will be sent to `/query?q=${input.value}`.
26
+
27
+The parameter name (`q`) is customizable with the `[param]` attribute:
28
29
```html
30
<!-- Live preview of Markdown -->
-<remote-input src="/preview" aria-owns="md-preview">
31
+<remote-input src="/preview" aria-owns="md-preview" param="body">
32
<textarea></textarea>
33
</remote-input>
34
<div id="md-preview"></div>
0 commit comments