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.

menu items cannot be deselected.

See original GitHub issue

chipNavigationBar.setItemSelected(getSelectedItemId, false)

trying to use this method to deselect a particular item . But it doesn’t work

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ismaeldivitacommented, Apr 16, 2020

Indeed, you got a very particular use case. But anyway, remove the selection sounds a very basic requirement that we should support.

I’ll add this to the next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to access all menu items from onoptionsitemselected
I tried creating public Menu variable called "items_type" and assigning existing "menu" to it inside onCreateOptionsMenu() . Did not work...
Read more >
Why can't I deselect the Choice field options? - Cognito Forms
If your Choice field is set to the Radio Buttons type, you cannot deselect (or clear) the field once you've selected an option....
Read more >
[Menu] NbMenu - Deselect all menu items when this ... - GitHub
[Menu] NbMenu - Deselect all menu items when this. ... It should set all to "not selected" and not only when some menuItem...
Read more >
Can't change the state of a menu item - Visual C++
You cannot change the state of a menu item from its command user-interface handler if the menu is attached to a dialog box...
Read more >
Menu - Using JavaFX UI Controls - Oracle Help Center
CheckMenuItem – to create an option that can be toggled between selected and unselected states. To separate menu items within one category, use...
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