Skip to content

Commit

Permalink
Update numberinput
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Dec 20, 2023
1 parent 29da70a commit 22f5d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions reflex/components/chakra/forms/numberinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ChakraComponent,
LiteralButtonSize,
LiteralInputVariant,
LiteralButtonSize,
)
from reflex.components.component import Component
from reflex.constants import EventTriggers
Expand Down
5 changes: 5 additions & 0 deletions reflex/components/chakra/forms/numberinput.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ from reflex.components.chakra import (
)
from reflex.components.chakra import ChakraComponent, LiteralInputVariant
from reflex.components.chakra import ChakraComponent, LiteralInputVariant
from reflex.components.chakra import (
ChakraComponent,
LiteralInputVariant,
LiteralButtonSize,
)
from reflex.components.component import Component
from reflex.constants import EventTriggers
from reflex.vars import Var
Expand Down

0 comments on commit 22f5d36

Please sign in to comment.