1
Repeat in component cant change private variables
complete
M
Midnight Dreadfuls LLC
Here is the gist. I am trying to make an accordion dropdown.
To do this I have a component that is repeated by a list of objects to display several different text values as top level headings.
I am able to use on tap logic to do anything at all with this level. For example I open the accordion drawer, and change another variable to match the value of the text in the repeat that was clicked.
Another property of this repeated object is another list of objects. I use this to repeat a container with a text box inside of it to display the options that fold out when the heading is tapped (opening the accordion)
The silly thing is, now that I am down to the subheadings or menu items, they will display the names of the items correctly, but they will not respond to any logic. Does not matter if i change the repeat to the text, or change the container with a textbox to it own components. Wont work with data output.
Other fun thing, on the web preview when i mouseover these areas the cursor turns into the pointing finger telling me I am over something actionable.
Humbug I tell yah.
Log In
Activity
Newest
Oldest
T
Timo Kapanen
complete
T
Timo Kapanen
Hi Midnight Dreadfuls LLC, we have published a fix in 4.4.9 preview which we believe is addressing this issue. Best Regards, Timo Kapanen
T
Timo Kapanen
Hi Midnight Dreadfuls LLC and thanks for your report. Could you share the appID of your app to help us study this further. The appID can be found from URL when your app is open in Composer. Would be also helpful to know which page/which component you are seeing this issue. Best Regards, Timo Kapanen
M
Midnight Dreadfuls LLC
Timo Kapanen: Hello!
376425 is the appID
There is a component called categories.
(1) Tap the ► next to any of the text
(2)then tap "+ create new {.}"
There are two text boxes with the value null beneath this component. The text will take on the names of the category (e.g. "One") and some arbitrary text.
(3) click any of the other fields you will get a lot of nothing.

T
Timo Kapanen
under review