mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add "actions" panel to stock item view
This commit is contained in:
parent
02cfeef31e
commit
db6aae8a78
4 changed files with 128 additions and 46 deletions
|
|
@ -141,7 +141,6 @@ class QuantityField extends TextFormField {
|
|||
labelText: label,
|
||||
hintText: hint,
|
||||
),
|
||||
initialValue: initial,
|
||||
controller: controller,
|
||||
keyboardType: TextInputType.numberWithOptions(signed: false, decimal: true),
|
||||
validator: (value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue