Commit 23a57022 authored by Mike Greiling's avatar Mike Greiling

Merge branch '_acet-fix-firefox-weight-input' into 'master'

Fix disappearing weight input in Firefox

Closes #7887

See merge request gitlab-org/gitlab-ee!7869
parents efe49ae6 589f41d6
......@@ -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