mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Create new stock item from part detail view
This commit is contained in:
parent
a5edb84723
commit
4243876111
2 changed files with 35 additions and 3 deletions
|
|
@ -398,6 +398,7 @@ class APIFormField {
|
|||
helperStyle: _helperStyle(),
|
||||
hintText: placeholderText,
|
||||
),
|
||||
readOnly: readOnly,
|
||||
maxLines: multiline ? null : 1,
|
||||
expands: false,
|
||||
initialValue: value ?? '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue