We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d08a3 commit cdc9206Copy full SHA for cdc9206
components/timepicker/timepicker.ts
@@ -192,14 +192,7 @@ export class Timepicker extends Component<TimepickerOptions> {
192
this._setupVariables();
193
this._setupEventHandlers();
194
this._clockSetup();
195
- if (this.options.displayPlugin) {
196
- if (this.options.displayPlugin === 'docked')
197
- this.displayPlugin = DockedDisplayPlugin.init(
198
- this.el,
199
- this.containerEl,
200
- this.options.displayPluginOptions
201
- );
202
- }
+ if (this.options.displayPlugin) this._setupDisplayPlugin();
203
this._pickerSetup();
204
}
205
0 commit comments