* feat(LionInputStepper): implement self-destructing output content for value display #2602 * chore(LionInputStepper): output for should use _inputId instead of fieldName Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com> * chore(LionInputStepper): add docs for output tag implementation --------- Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
8 lines
322 B
Markdown
8 lines
322 B
Markdown
---
|
|
'@lion/ui': patch
|
|
---
|
|
|
|
feat(LionInputStepper): implement self-destructing output content for value display
|
|
|
|
1. from <div class="input-stepper__value">${this.__valueText}</div> to <output class="input-stepper__value" for="..">${this.\_\_valueText}</output>
|
|
2. remove the \_onEnterButton() and \_onLeaveButton() logic.
|