Removed clearable from most forms, it's too "busy" and fucks up the look of the form for not much benefit

maybe in future can look at only showing on mobile or something or when the field is active?
This commit is contained in:
2020-11-11 20:03:53 +00:00
parent ac3270b349
commit 223a9e4060
12 changed files with 18 additions and 64 deletions

View File

@@ -12,9 +12,6 @@
v-model="obj.name"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
:clearable="!formState.readOnly"
@click:clear="fieldValueChanged('name')"
:counter="255"
:label="$ay.t('WidgetName')"
:rules="[form().required(this, 'name')]"
:error-messages="form().serverErrors(this, 'name')"