Key error
This commit is contained in:
parent
eb309b5895
commit
91fef55aed
|
@ -7,4 +7,4 @@ layout = [[sg.T('Calendar Test')],
|
||||||
|
|
||||||
form = sg.FlexForm('Calendar', grab_anywhere=False)
|
form = sg.FlexForm('Calendar', grab_anywhere=False)
|
||||||
b,v = form.LayoutAndRead(layout)
|
b,v = form.LayoutAndRead(layout)
|
||||||
sg.Popup(v['date'])
|
sg.Popup(v['input'])
|
||||||
|
|
Loading…
Reference in New Issue