Skip to content

Commit

Permalink
Merge pull request #1626 from aguescribano87/development
Browse files Browse the repository at this point in the history
TP-623: Fix input number
  • Loading branch information
ldebenedettiNavent authored Nov 29, 2023
2 parents 254384c + 11ebe03 commit 81c177c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@



window['STORIES'] = [];</script><script src="runtime~main.f75a9084.iframe.bundle.js"></script><script src="vendors~main.d16df33d.iframe.bundle.js"></script><script src="main.f11be3a4.iframe.bundle.js"></script></body></html>
window['STORIES'] = [];</script><script src="runtime~main.f75a9084.iframe.bundle.js"></script><script src="vendors~main.d16df33d.iframe.bundle.js"></script><script src="main.e0ca3e7d.iframe.bundle.js"></script></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/inputNumber/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const InputNumber = ({

return (
<Box
as="form"
as="div"
tx="inputNumber"
ref={inputCont}
variant={inputVariants}
Expand Down

0 comments on commit 81c177c

Please sign in to comment.