We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521aa50 commit 97b45eeCopy full SHA for 97b45ee
src/bootstrap_datepicker_plus/schemas.py
@@ -6,7 +6,7 @@
6
from typing_extensions import TypeAlias
7
8
InputAttrs: TypeAlias = Dict[str, Any]
9
-WidgetOptions: TypeAlias = Dict[str, Union[bool, int, str]]
+WidgetOptions: TypeAlias = Dict[str, Union[bool, int, str, Dict[str, str]]]
10
11
12
class WidgetVariant(str, Enum):
0 commit comments