Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyi_hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"reflex/components/el/element.pyi": "323cfb5d67d8ccb58ac36c7cc7641dc3",
"reflex/components/el/elements/__init__.pyi": "280ed457675f3720e34b560a3f617739",
"reflex/components/el/elements/base.pyi": "697cd6716e3b1127b35299435c3d4e69",
"reflex/components/el/elements/forms.pyi": "7e067419808bca05125de4967d284935",
"reflex/components/el/elements/forms.pyi": "21d7135b513bac72fd63b44c945932a5",
"reflex/components/el/elements/inline.pyi": "ab31eec758f1cff8a9d51bf0935b9fca",
"reflex/components/el/elements/media.pyi": "ac99654959ed26b7b7d0f3dafa0ea2ab",
"reflex/components/el/elements/metadata.pyi": "eda94a3283bae6a9b61b4cb1e20c1dbd",
Expand Down
2 changes: 1 addition & 1 deletion reflex/components/el/elements/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class Select(BaseHTML):
required: Var[bool]

# Number of visible options in a drop-down list
size: Var[int]
size: Var[str | int]

# Fired when the select value changes
on_change: EventHandler[input_event]
Expand Down