File size: 369 Bytes
b39afbe
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="input-control-div p-2" x-tooltip:reactive="control.description">
  <button
    type="button"
    class="btn btn-primary p-2 w-full"
    :disabled="opts.readonly"
    @click="runButtonAction(custom('buttonValue'), custom('buttonArgs'))"
    @dblclick.stop
    @wheel.stop
    @pointerdown.stopbtn
    @pointermove.stop
    x-text="title"
  >
</button>
</div>