|
Ok, I've done a little testing, and I'm not sure if this is the same bug you're having, but I have found out that once you have selected a value with a {list-data}, it will ignore you setting it back to 'blank'. This is a general bug with {list-data}, not specifically with {label-options} however, so I'm not sure it's the same issue.
Not sure that this issue is exactly what I described above, so I've created
Hi,
yes you are right. The result is the same. That's the test-markup. {list-data:ldTEST2|blank=true}{label-options:ONE,TWO,THREE,FOUR}{list-data} You can choose between ONE to FOUR but not reset the list to the blank value. If set to the blank value always the first label is set. Btw. might you add a component {label-options} to the issues, so that i can vote (create an issue) there for a removing label feature. Haven't found any request for it. Christian Ok, so it is the same issue. You might be able to have a workaround in the interim by using a blank {list-option} at the start of the list. Eg:
{list-data:ldTEST2|blank=true}
{list-option}{list-option}
{label-options:ONE,TWO,THREE,FOUR}
{list-data}
I'm not 100% certain it will work, but it's worth a try. With regards to the other request, go ahead and just create the issue with the details - don't worry about assigning it to the correct module. There are several macros missing from the module list now - it's too hard to keep up... Hi,
thanks for the idea. Works great. Haven't thought of merging those two options. Will now create an issue for the other bug. Thanks again! Great job you are doing here. This has been fixed for 3.0.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Could you provide the wiki markup you're using so I can replicate your issue? Thanks.