Fix read_only attribute
This commit is contained in:
parent
cc90c8abbe
commit
7531984c78
|
|
@ -125,7 +125,7 @@ function adjustStock(items, options={}) {
|
|||
value: value,
|
||||
min_value: minValue,
|
||||
max_value: maxValue,
|
||||
readonly: readonly,
|
||||
read_only: readonly,
|
||||
}
|
||||
)
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue