Changed all form input fields to outlined style instead of filled
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
:loading="loading"
|
:loading="loading"
|
||||||
:error-messages="errors"
|
:error-messages="errors"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
filled
|
outlined
|
||||||
v-on="on"
|
v-on="on"
|
||||||
@focus="focused = true"
|
@focus="focused = true"
|
||||||
@blur="focused = false"
|
@blur="focused = false"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
:menu-props="{auto: true, lazy: true}"
|
:menu-props="{auto: true, lazy: true}"
|
||||||
:search-input.sync="searchInput"
|
:search-input.sync="searchInput"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
filled
|
outlined
|
||||||
@change="customChange"
|
@change="customChange"
|
||||||
@focus="focused = true"
|
@focus="focused = true"
|
||||||
@blur="focused = false"
|
@blur="focused = false"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
:value="safeValue"
|
:value="safeValue"
|
||||||
:menu-props="{auto: true, lazy: true}"
|
:menu-props="{auto: true, lazy: true}"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
filled
|
outlined
|
||||||
@change="change"
|
@change="change"
|
||||||
@focus="focused = true"
|
@focus="focused = true"
|
||||||
@blur="focused = false"
|
@blur="focused = false"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
:value="safeValue"
|
:value="safeValue"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
:auto-grow="autoGrow"
|
:auto-grow="autoGrow"
|
||||||
filled
|
outlined
|
||||||
@input="input"
|
@input="input"
|
||||||
@focus="focused = true"
|
@focus="focused = true"
|
||||||
@blur="focused = false"
|
@blur="focused = false"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
:error-messages="errors"
|
:error-messages="errors"
|
||||||
:value="safeValue"
|
:value="safeValue"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
:filled="!regular"
|
:outlined="!regular"
|
||||||
@input="input"
|
@input="input"
|
||||||
@focus="focused = true"
|
@focus="focused = true"
|
||||||
@blur="focused = false"
|
@blur="focused = false"
|
||||||
|
|||||||
Reference in New Issue
Block a user