Explorar o código

avoid deprecation warning

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
f3f705fef6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nicegui/elements/date.py

+ 1 - 1
nicegui/elements/date.py

@@ -4,7 +4,7 @@ from .mixins.value_element import ValueElement
 
 
 class Date(ValueElement):
-    EVENT_ARGS = ['*']
+    EVENT_ARGS = None
 
     def __init__(self,
                  value: Optional[str] = None,