-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IOPID-1899]
NumberPad
optimization (#284)
## Short description Improved `NumberPad` component performance, avoiding unnecessary renders ## List of changes proposed in this pull request - Performance improvements - Add unitary tests for `NumberPad` component - Add documentation in `NumberPad` and `NumberButton` components - BREAKING CHANGE: update `NumberPad` APIs and logic** >[!Important] >** The pin concatenation is not handled by `NumberPad` anymore. This kind of logic will need to be handled directly where the component will be used. ## How to test Run the `ExampleApp`, navigate in the `Components > NumberPad` section and start typing. --------- Co-authored-by: Fabio Bombardi <[email protected]>
- Loading branch information
1 parent
ec4c7f7
commit 037f501
Showing
8 changed files
with
1,524 additions
and
124 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
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
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.