Browse Source

avoid deprecation warning

Falko Schindler 2 năm trước cách đây
mục cha
commit
f3f705fef6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,