Dropdown for trigger effects showing placeholder instead of selected value
See original GitHub issueDescribe the bug Dropdown for trigger effects showing placeholder instead of selected value.
DS4WinWPF.DS4Forms.ViewModels.[TwoStageChoice/TriggerEffectChoice]
To Reproduce Steps to reproduce the behavior:
- Go to Profiles
- Edit a profile or create a new one
- Under Axis Config, scroll down to L2 & R2
- See the dropdown menus at Two Stage Mode and Trigger Effect
Expected behavior The dropdown menus should display the currently selected values.
Screenshots

Desktop (please complete the following information):
- Controller Make and Model: Sony DualSense [DS5]
- OS: Windows 10 Pro Build 1909
- DS4Windows Version 2.2.3
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Display placeholder above select dropdown - jquery
My input fields display the placeholder in the field until it's in focus, at which point the placeholder is displayed above the field...
Read more >How to require selection in a dropdown menu that has ...
I'm working on a web app, and part of it has a form where the user makes inputs using dropdown menus. I have...
Read more >Dropdown placeholder won't show after dropdown is reset
My dropdown continues to show the last option selected (year) after the following coding attempts to clear it . I want the dropdowns...
Read more >Using placeholders
The placeholder name for the options in a custom drop-down list follows a different pattern. There's only one placeholder for all three drop-down...
Read more >Control drop-down list appearance and behavior - MATLAB
Drop-down lists are UI components that enable the user to select an option or type in text. Properties control the appearance and behavior...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Version 2.2.4 is now out. It includes the fix as well as Gyro Swipe mode.
I didn’t modify that portion of the control theme beforehand IIRC; it should have been the vanilla template given by Visual Studio. Anyway, I stumbled upon an extra property via StackOverflow that fixed the issue with that ContentPresenter tag. There is no need to add a ToString method for those Enum classes used for some ComboBox controls. That would have been a valid workaround though.
I will push out an update shortly (probably tomorrow).