fix(input-stepper): allow before slot

This commit is contained in:
Hardik Pithva 2020-10-28 13:27:51 +01:00
parent 51d2f4d28a
commit 74ed74964a

View file

@ -250,15 +250,6 @@ export class LionInputStepper extends LionInput {
this.__toggleSpinnerButtonsState(); this.__toggleSpinnerButtonsState();
} }
/**
* Override before template to none
* @override
*/
// eslint-disable-next-line class-methods-use-this
_inputGroupBeforeTemplate() {
return html``;
}
/** /**
* Get the decrementor button sign template * Get the decrementor button sign template
* @returns {String|import('lit-element').TemplateResult} * @returns {String|import('lit-element').TemplateResult}