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

Fix disappearing weight input in Firefox

parent 26a24e61
......@@ -188,8 +188,7 @@ export default {
ref="editableField"
:value="weight"
class="form-control"
type="number"
min="0"
type="text"
placeholder="Enter a number"
@blur="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