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