Values of combobox with space in the text
问题 I have a combobox that feeds from a mysql request. The problem if the result has space seems wrong If i have in mysql: test1 in my combobox i have test1 = OK test 2 in my combobox i have {test 2} = Wrong #FRAME INFO frame_info = LabelFrame (Product, text = 'Info Maker',height=240,width=1000) frame_info.place (x=220, y=10) combo_maker = ttk.Combobox(frame_info,state="readonly") #combo_maker['value'] = combo_input() combo_maker['value'] = combo_input() combo_maker.current(0) combo_maker.place(x