2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Create new stock item from part detail view

This commit is contained in:
Oliver
2021-08-15 18:22:11 +10:00
parent a5edb84723
commit 4243876111
2 changed files with 35 additions and 3 deletions

View File

@ -398,6 +398,7 @@ class APIFormField {
helperStyle: _helperStyle(),
hintText: placeholderText,
),
readOnly: readOnly,
maxLines: multiline ? null : 1,
expands: false,
initialValue: value ?? '',