This commit is contained in:
@@ -50,11 +50,9 @@ CURRENT TODOs
|
|||||||
@@@@@@@@@@@ ROADMAP STAGE 2:
|
@@@@@@@@@@@ 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 how to use picklist in user docs (own page)
|
||||||
todo: document tag picker 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?
|
todo: now that we have case insensitive should I port that shit over to the datagrid filter as well?
|
||||||
|
|
||||||
|
|||||||
@@ -42,15 +42,8 @@
|
|||||||
>
|
>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="obj.serial"
|
v-model="obj.serial"
|
||||||
:readonly="formState.readOnly"
|
:readonly="true"
|
||||||
clearable
|
|
||||||
@click:clear="fieldValueChanged('serial')"
|
|
||||||
:counter="10"
|
|
||||||
:label="t('WidgetSerial')"
|
:label="t('WidgetSerial')"
|
||||||
:rules="[form().maxLength(this, 'serial', 10)]"
|
|
||||||
:error-messages="form().serverErrors(this, 'serial')"
|
|
||||||
ref="serial"
|
|
||||||
@input="fieldValueChanged('serial')"
|
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
|
|||||||
Reference in New Issue
Block a user