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.

No values displayed after upgrade

See original GitHub issue

I have upgraded from 1.1.0 to 3.1.0 and can’t get the values to display on load. All I did was changed multi to isMulti, since this changed in the newest version, but I don’t know if I need to change anything else.

This worked in 1.1.0:

<Select className={${touched && error ? ‘form-input-error’ : touched && (valid && input.value.length > 0) ? ‘form-input-success’ : ‘’} form-white mb-1} name="" placeholder={placeholder} value={input.value} {...input} onBlur={() => {input.onBlur(input.value.value)}} options={options} isMulti={multi} />

The problem is, that on the field load, the values are not displayed (only the placeholder) and onBlur is also not working.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16

github_iconTop GitHub Comments

1reaction
dakurcommented, Nov 2, 2020

@stefancic Ok, I’m pretty confused now what’s going on. I’ve prepared a codesandbox in here which works. Can you please edit it to whatever use-case you have so that we can see fully non-working example? Then we can help better.

0reactions
ebonowcommented, Nov 22, 2020

@stefancic just checking in to see if this is still an issue or if this can be closed

Read more comments on GitHub >

github_iconTop Results From Across the Web

2076059 - Key Figure values are not displayed correctly
After upgrade to later BW releases, key figure values are not displayed correctly · After upgrade, rounding of key figure values occurs to...
Read more >
Session state of item updated - but not the display value
Sruthi, The page item value gets updated with the session value only when the item is rendered , i.e when the page/region/item is...
Read more >
Input value doesn't display. How is that possible?
Try to refresh with Shift+F5 (or just hitting enter on the url bar) especially on Firefox it could keep the last value. Also...
Read more >
No metric values displayed after creating a Group with MDX ...
To resolve this defect, please upgrade to MicroStrategy 2019 or above. We recommend the latest version. In the new fix, the metric level...
Read more >
Solved: fields with no value now show as <empty> in list v...
Solved: fields with no value now show as in list view after Kingston Patch 12. Was this a documented update for K P...
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