You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the html file use <input type="date" name="date1" value="2021-12-06" />
when select other date, it show errors: Exception ignored on calling ctypes callback function: <bound method EventHandler._element_proc of <__main__.Frame object at 0x01D787A8>> Traceback (most recent call last): File "D:\pypqj\sciter\event.py", line 252, in _element_proc phase = PHASE_MASK(m.cmd & 0xFFFFF000) File "C:\Python39\lib\enum.py", line 384, in __call__ return cls.__new__(cls, value) File "C:\Python39\lib\enum.py", line 702, in __new__ raise ve_exc ValueError: 196608 is not a valid PHASE_MASK
The text was updated successfully, but these errors were encountered:
In the html file use
<input type="date" name="date1" value="2021-12-06" />
when select other date, it show errors:
Exception ignored on calling ctypes callback function: <bound method EventHandler._element_proc of <__main__.Frame object at 0x01D787A8>>
Traceback (most recent call last):
File "D:\pypqj\sciter\event.py", line 252, in _element_proc
phase = PHASE_MASK(m.cmd & 0xFFFFF000)
File "C:\Python39\lib\enum.py", line 384, in __call__
return cls.__new__(cls, value)
File "C:\Python39\lib\enum.py", line 702, in __new__
raise ve_exc
ValueError: 196608 is not a valid PHASE_MASK
The text was updated successfully, but these errors were encountered: