custom method width
This commit is contained in:
parent
d9bab319e3
commit
5426273cf8
1 changed files with 1 additions and 3 deletions
|
|
@ -9,14 +9,12 @@
|
|||
<span class="select-wrapper">
|
||||
<v-popover>
|
||||
<input
|
||||
v-if="!customMethod"
|
||||
id="method"
|
||||
class="method"
|
||||
v-model="method"
|
||||
readonly
|
||||
:readonly="!customMethod"
|
||||
autofocus
|
||||
/>
|
||||
<input v-else v-model="method" placeholder="CUSTOM" />
|
||||
<template slot="popover">
|
||||
<div>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue