custom method width

This commit is contained in:
Hari Narayanan
2020-11-26 00:38:03 +05:30
parent d9bab319e3
commit 5426273cf8

View File

@@ -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