Commit 589f41d6 authored by Fatih Acet's avatar Fatih Acet

Fix disappearing weight input in Firefox

parent 26a24e61
...@@ -188,8 +188,7 @@ export default { ...@@ -188,8 +188,7 @@ export default {
ref="editableField" ref="editableField"
:value="weight" :value="weight"
class="form-control" class="form-control"
type="number" type="text"
min="0"
placeholder="Enter a number" placeholder="Enter a number"
@blur="onSubmit" @blur="onSubmit"
@keydown.enter="onSubmit" @keydown.enter="onSubmit"
......
---
title: Fix disappearing weight input in Firefox
merge_request: 7869
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment