* 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>
* feat(input-stepper): add alignToStep property to align value with step size
* Create silver-eyes-count.md
* refactor: make alignTosTep property behavior as default behavior and remove property attribute
* test(input-stepper): handle min value as Infinity and update tests for decrement/increment behavior
---------
Co-authored-by: Manuel Servais <manuel.servais@ing.com>
* fix(input-stepper): add parseNumber and formatNumber to format the value based on locale
* Update packages/ui/components/input-stepper/test/lion-input-stepper.test.js
* Update packages/ui/components/input-stepper/test/lion-input-stepper.test.js