lion/.changeset/giant-ties-attack.md
MiB-1 45af9dc02c
feat(LionInputStepper): implement self-destructing output content for… (#2629)
* 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>
2025-11-24 10:06:56 +01:00

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.