custom method width
This commit is contained in:
@@ -9,14 +9,12 @@
|
|||||||
<span class="select-wrapper">
|
<span class="select-wrapper">
|
||||||
<v-popover>
|
<v-popover>
|
||||||
<input
|
<input
|
||||||
v-if="!customMethod"
|
|
||||||
id="method"
|
id="method"
|
||||||
class="method"
|
class="method"
|
||||||
v-model="method"
|
v-model="method"
|
||||||
readonly
|
:readonly="!customMethod"
|
||||||
autofocus
|
autofocus
|
||||||
/>
|
/>
|
||||||
<input v-else v-model="method" placeholder="CUSTOM" />
|
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user