PySimpleGUI / PySimpleGUI/PySimpleGUI

PySimpleGUI and PySimpleGUIWx ComboBox difference

Open
#1,101 1 comment 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.