-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(OnyxStepper): implement strip step and precision (#1976)
- added strip step Mode (values that do not fit the step size, a stepMismatch error is shown) - added precision (always display the given number of decimals places) - applied the spin button aria pattern --------- Co-authored-by: Jonathan Carle <jonathan_leo.carle@mail.schwarz>
- Loading branch information
1 parent
7183695
commit 3bc1d58
Showing
9 changed files
with
391 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"sit-onyx": minor | ||
--- | ||
|
||
feat(OnyxStepper): | ||
|
||
- Implemented `stripStep` and `precision`. | ||
- Deprecated `step`, replacing it with `stepSize` and `precision`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.