When i create a list-group in the app structure i can’t apply list-unstyled (does not work).
So i added the code (from bootstrap documentation) below in the code area :
<ul class="list-unstyled">
<li>This is a list.</li>
<li>It appears completely unstyled.</li>
<li>Structurally, it's still a list.</li>
<li>However, this style only applies to immediate child elements.</li>
<li>Nested lists:
<ul>
<li>are unaffected by this style</li>
<li>will still show a bullet</li>
<li>and have appropriate left margin</li>
</ul>
</li>
<li>This may still come in handy in some situations.</li>
</ul>
But in this case it works, but i don’t see the list-group anymore in the app structure. If i add in the code the class list-group manually, it does not appears neither.
What is the best practice and how to deal with this? I guess it applies to other cases.
code added with Wappler (and I add manually because I don’t know where to find it in wappler the list-unstyled class but does not work) and if I add the “list-group” class in my code above I does not work :
I can add it manually but does not work with the list-group.
if I use this code, it works like a charm, but i don’t see the elements in the wappler app structure panel.
when I add “list-unstyled” (in the code as I don’t know where I can do it in Wappler) the result is not as expected, nothing changes and I still get the by default vertical list style, etc.
Both.
I don’t see this option in the UI (or maybe it’s here, but I don’t see where).
But when I add the code manually if I don’t remove the Wappler “list-group” it does not work neither.
Hi @George… is there any news on this? I am writing blog posts at the moment and want to add quite a few unordered bulleted lists… and it is a bit odd that they disappear from the App Structure when they are a perfectly valid HTML content structure…
(although saying that, I am using 3.9.7 at the moment as I can’t get text editing to work in v5 on my laptop… see another post about that…)