Skip to content

Commit 398d9e0

Browse files
committed
Use a textarea for the selector
1 parent a5c2853 commit 398d9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-api-debugger/interactivity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class="context-html"
151151
<label>Show invisible <input type="checkbox" data-wp-bind--checked="state.showInvisible" data-wp-on-async--input="handleShowInvisibleClick"></label>
152152
<span><label>Show virtual <input type="checkbox" data-wp-bind--checked="state.showVirtual" data-wp-on-async--input="handleShowVirtualClick"></label></span>
153153
<div>
154-
<label>CSS Selectors <input placeholder="CSS selector: .my-class" data-wp-on-async--input="handleSelectorChange"></label>
154+
<label>CSS Selectors <textarea placeholder="CSS selector: .my-class" data-wp-on-async--input="handleSelectorChange"></textarea></label>
155155
<p data-wp-bind--hidden="!state.selectorErrorMessage" data-wp-text="state.selectorErrorMessage" class="error-holder"></p>
156156
</div>
157157
</div>

0 commit comments

Comments
 (0)