[List] Allow a simple non-clickable List
See original GitHub issueThe List
is great but it seems overly specialized. Each item in the list always appears clickable (cursor + ink), unless the item is disabled, which greys the text. In neither case can you select text in a ListItem by click/drag.
I just want to present a list of non-clickable things that have avatars and/or icons.
Can the List be enhanced with some sort of mode that strips out the “this is clickable” behavior?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to make an item in a list view non clickable in Android
To make the items in a list non-clickable, you have to make the adapter return false on its isEnabled method for the items...
Read more >List Items not clickable. Can't view items
Whenever we create an item in List B, it allows us to click on the title thus letting us view the item. But...
Read more >How to make the entire list block not clickable - TechNet
Currently, when I click on any part of my sharepoint list, entire list will be focused, and the "new item" ribbon will appear...
Read more >Video: Create and manage drop-down lists - Microsoft Support
Select the cells that you want to contain the lists. On the ribbon, click DATA > Data Validation. In the dialog, set Allow...
Read more >How To Add Non Clickable Menu Items In WordPress - YouTube
The quick and easy way to add non clickable menu items In WordPress is ... Elementor Tutorials ▻ https://www.youtube.com/playlist? list.
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
Hey @startupgurukul . Unfortunately… not yet 😦 I’m hoping to release the alpha within 2-3 weeks which will release all the packages in this folder minus the
forms
,dev-utils
, anddocumentation
but with alayout
package (current similar component isNavigationDrawer
).I’ve been struggling getting “useful” documentation out of typescript, so generating my documentation site like I had before isn’t really working which caused me to waste a lot of time trying different ways to generate it. So I’m going to try releasing these base packages (in alpha) without a documentation site and relying on documentation through IDEs since it’s all with Typedoc right now. Once thats out there, I’ll start working on the remaining packages and figure out how to create the documentation site from typedoc. I’ll also update the #732 ticket with more info once I get closer to the first alpha release and some more detailed notes
This didn’t seem to stop the active highlight but I overrode it (and the cursor) with CSS so I have something shippable now. I’ll look forward to 2.0! Thanks.