Project

General

Profile

Actions

Bug #84801

closed

TYPO3/CMS/Backend/ValueSlider does not initialize sliders added after requiring the js module

Added by Jakob Berlin almost 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2018-04-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Form
Complexity:
Is Regression:
Sprint Focus:

Description

I've a model which has an inline model defined which itself uses slider to setup a value. When add the first inline object slider is shown. Add a second one will not show the slider anymore :(

base model

'type' => 'inline',

inline model

'slider' => [
                    'step' => 1,
                    'width' => 200,
                ],

Actions

Also available in: Atom PDF