Spaces:
Paused
Paused
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -151,7 +151,7 @@
|
|
| 151 |
|
| 152 |
<div id ="relvDocdiv">
|
| 153 |
<label id="relvDocLabel">Other Relevant Documents</label>
|
| 154 |
-
<input type="search"
|
| 155 |
<br>
|
| 156 |
<div id="relvdiv" style="position: relative; max-height: 300px;">
|
| 157 |
<div id="relvselectid" class="scrollable-container" hidden></div>
|
|
|
|
| 151 |
|
| 152 |
<div id ="relvDocdiv">
|
| 153 |
<label id="relvDocLabel">Other Relevant Documents</label>
|
| 154 |
+
<input type="search" oninput="handleKey(event, this.id)" id="relevantSearchInput">
|
| 155 |
<br>
|
| 156 |
<div id="relvdiv" style="position: relative; max-height: 300px;">
|
| 157 |
<div id="relvselectid" class="scrollable-container" hidden></div>
|