ComboBox `selectedItem` prop like Dropdown
See original GitHub issueSummary
carbon-components-react
’s ComboBox
component only allows user to set initialSelectedItem
but will be nice to have selectedItem
like Dropdown
component
Please describe your request in one or two sentences.
Justification
NA
Desired UX and success metrics
NA
“Must have” functionality
NA
Specific timeline issues / requests
NA
Available extra resources
NA
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:13 (8 by maintainers)
Top Results From Across the Web
How to select property from SelectedItem on ComboBox?
So what I'm trying to do is pull the 'Value' property from the selected MappedValue and store that in 'ParameterValue.Value'. So, as it...
Read more >ComboBox.SelectedItem Property (System.Windows.Forms)
Gets or sets currently selected item in the ComboBox.
Read more >ComboBox - Wisej.NET
The ComboBox is editable, like the DropDown option, but the drop down list is always visible making the ComboBox display like a TextBox...
Read more >ComboBox | FlexGrid for WinForms| ComponentOne - GrapeCity
To set the height and width of combo box dropdown, you need to assign an instance of ComboBox as an editor and then...
Read more >WPF ComboBox - C# Corner
The IsSelected property of the ComboBox control sets an item as currently selected item in the ComboBox. The following code snippet sets the ......
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 FreeTop 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
Top GitHub Comments
Totally agree
@eglepuo the example I wrote in that codesandbox is using the existing component. does that fit your use case?
also cc @harshzalavadiya