I just tried to test this module using SimplyTest.me and got stuck. Could you provide some documentation on how to configure and use your module? It is a great idea, and I can see it would be very useful in certain cases.

Here's what I did, and some screen grabs
1. Make sure module is installed and enabled.
2. Create a select list in the article content type.
3. Create a node, make some selections.

I expected to see the full list of options, and the ones I had selected marked as selected.

I think I missed a step somewhere, so perhaps some documentation, or adding some instructions via the UI would help others here too.

I'm guessing maybe some theming is required before this "just works" ?

Comments

kattekrab created an issue. See original summary.

kari.kaariainen’s picture

It's a field formatter so you need to select that formatter for your field.

admin/help says "... then go edit your content type, go to Manage display tab, and choose the format "Selected and unselected values" for your field...".

So the documentation exists, but I need to bring it more forward so it can't be missed.

It doesn't need theming to work, but can be themed through these selectors:

.field-name-field-myfieldname .field-item .unselected
.field-name-field-myfieldname .field-item .selected

kari.kaariainen’s picture

Version: » 7.x-1.0
Status: Active » Closed (fixed)

Hopefully made documentation clearer.