question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

console warning message when using ComboBox

See original GitHub issue

We are seeing this error message when using ComboBox component 001ab120-de91-11e8-83df-a19af63abfc5

An example of our use:

<ComboBox
						className="bx--select-input"
						autoFocus={autoFocus}
						placeholder={placeholder ? placeholder : ''}
						light
						onChange={this.handleChange}
						onBlur={this.handleBlur}
						items={this.visibleOptions || []}
						selectedItem={this.selectedOption || { label:'', value: '' }}
						{...attr}
					/>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
asudohcommented, May 2, 2019

@dakahn No, unfortunately. Debugging requires knowledge of how Downshift works internally.

0reactions
asudohcommented, Aug 5, 2019

Seems to be same as: #3637

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding then removing focus from a ComboBox gives ... - GitHub
Open the code sandbox and click on or add focus to the combo box · Click outside of the combo box or cause...
Read more >
get warning message when a user enters invalid item in a ...
I have a combo box in a user form. It contains a list of items (dates) in the dropdown. But the user can...
Read more >
What is causing this strange behaviour in my lwc combobox?
I believe this: console.log(`objectFields is ${objectFields}`);. objectFields is a variable, so you will have to do a this.
Read more >
Invalid Combo Box Widget Error - OutSystems documentation
Either you have a Combo Box widget to display generic values (i.e.: not using a Source Entity or Source Structure) with the Variable...
Read more >
Pictures are not displaying in combo box
Hi all, I have created a people picker using combo box and using SharePoint "person and group" column to show pictures in combo...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found