PySimpleGUI / PySimpleGUI/PySimpleGUI
PySimpleGUI and PySimpleGUIWx ComboBox difference
Open
Nobody has claimed this yet.
Bug
- Dominant language
- Python
- Stars
- 13.8k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Just noticed that Combo default value is applied in PySimpleGUI, but not in PySimpleGuiWx.
sg.InputCombo(('A', 'B'), key="location", size=(20, 1))
The latter code will show 'A' in PySimpleGui, and nothing in PySimpleGUIWx (even if 'A' and 'B' are both selectable).
I think they should work the same way ?
Best regards.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the provided InputCombo snippet in both PySimpleGUI and PySimpleGUIWx, then compare their ComboBox implementations and default-value handling. Done means the default value 'A' is displayed consistently while both values remain selectable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100