feat: environment aware smart input in parameters and headers

This commit is contained in:
liyasthomas
2021-08-01 13:07:07 +05:30
parent fcb194d08a
commit 1e4bb65db2
6 changed files with 133 additions and 43 deletions

View File

@@ -3,15 +3,6 @@
<input
ref="acInput"
v-model="text"
class="
bg-primaryLight
flex
font-semibold font-mono
flex-1
py-2
px-4
focus:outline-none
"
type="text"
:placeholder="placeholder"
:spellcheck="spellcheck"
@@ -196,7 +187,8 @@ export default {
<style scoped lang="scss">
.autocomplete-wrapper {
@apply relative;
@apply flex flex-1;
@apply flex;
@apply w-full;
input:focus + ul.suggestions,
ul.suggestions:hover {