Skip to content

Commit

Permalink
Update packages/ui/components/input-stepper/src/LionInputStepper.js
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Kadurin <[email protected]>
  • Loading branch information
gerjanvangeest and okadurin authored Dec 4, 2024
1 parent 4046dc7 commit 71f1d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class LionInputStepper extends LocalizeMixin(LionInput) {
* The aria-valuetext attribute defines the human-readable text alternative of aria-valuenow.
* @type {{[key: number]: string}}
*/
this.valueText = [];
this.valueText = {};
this.step = 1;
this.values = {
max: this.max,
Expand Down

0 comments on commit 71f1d7c

Please sign in to comment.