mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Pressing enter in the sandbox mode will now lead to submit the form.
This commit is contained in:
parent
221f109ad6
commit
d7c70720b0
@ -230,7 +230,7 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<button class="add">New parameter</button>
|
||||
<button type="button" class="add">New parameter</button>
|
||||
{% endif %}
|
||||
|
||||
</fieldset>
|
||||
@ -252,7 +252,7 @@
|
||||
<input type="text" class="value" placeholder="Value" /> <span class="remove">-</span>
|
||||
</p>
|
||||
|
||||
<button class="add">New header</button>
|
||||
<button type="button" class="add">New header</button>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="request-content">
|
||||
@ -264,7 +264,7 @@
|
||||
<input type="text" class="key content-type" value="Content-Type" disabled="disabled" />
|
||||
<span>=</span>
|
||||
<input type="text" class="value" placeholder="Value" />
|
||||
<button class="set-content-type">Set header</button> <small>Replaces header if set</small>
|
||||
<button type="button" class="set-content-type">Set header</button> <small>Replaces header if set</small>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user