This commit is contained in:
2020-03-30 00:07:47 +00:00
parent 574a97f047
commit 0976224aed
2 changed files with 2 additions and 11 deletions

View File

@@ -50,11 +50,9 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: mkhelp docs, what to do with random pages that don't need to be in navigation because they are accessed from links only
todo: document how to use picklist in user docs (own page)
todo: document tag picker in user docs (own page)
todo: widget serial won't update, is it that way on purpose or..?
check against the server version that is pre-me fucking around with all the input events
todo: now that we have case insensitive should I port that shit over to the datagrid filter as well?

View File

@@ -42,15 +42,8 @@
>
<v-text-field
v-model="obj.serial"
:readonly="formState.readOnly"
clearable
@click:clear="fieldValueChanged('serial')"
:counter="10"
:readonly="true"
:label="t('WidgetSerial')"
:rules="[form().maxLength(this, 'serial', 10)]"
:error-messages="form().serverErrors(this, 'serial')"
ref="serial"
@input="fieldValueChanged('serial')"
></v-text-field>
</v-col>
<v-col