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 ?? '',