Is there a way to disable multi-selection from a table in CSS?
I have a table, and the user can select multiple items but I want it to restrict it to one item, is there a way to do that through CSS?
Is there a way to disable multi-selection from a table in CSS? I have
Share
Short answer: there was possibly going to be a way, but no, there isn’t.
Long answer: one of the proposed values for
user-selectwaselement. If the property made (or makes…) it into CSS3, I think that’d be the style you’d use. No browser implements it per the proposal though, since it was nothing beyond an idea. Vendor implementations usually only haveall,textandnoneto choose from, but notelementorelements.