Remove form tags from around position controls as it can lead to unwanted refresh
This commit is contained in:
parent
be233e6b95
commit
6e6ce3b8ed
1 changed files with 25 additions and 27 deletions
|
|
@ -11,7 +11,6 @@ and zero position buttons. It also includes the d-pad.
|
||||||
<li class="uk-closed">
|
<li class="uk-closed">
|
||||||
<a class="uk-accordion-title" href="#">Position</a>
|
<a class="uk-accordion-title" href="#">Position</a>
|
||||||
<div class="uk-accordion-content">
|
<div class="uk-accordion-content">
|
||||||
<form>
|
|
||||||
<!-- Text boxes to set and view position -->
|
<!-- Text boxes to set and view position -->
|
||||||
<div class="input-and-buttons-container">
|
<div class="input-and-buttons-container">
|
||||||
<input
|
<input
|
||||||
|
|
@ -37,7 +36,6 @@ and zero position buttons. It also includes the d-pad.
|
||||||
@error="modalError"
|
@error="modalError"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
|
||||||
<action-button
|
<action-button
|
||||||
thing="stage"
|
thing="stage"
|
||||||
action="set_zero_position"
|
action="set_zero_position"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue