Hi
I am using BANano.LoadLayoutArray to create a custom view. This is basically ul/li components with input components.
I have assigned a change event to the checkbox input element and trapping the Sender. I cant have this working with getChecked / setChecked event.
Could the sender be picking up the "parent" of the respective node that is changed?
I will see if I can reproduce this with native html components..
I am using BANano.LoadLayoutArray to create a custom view. This is basically ul/li components with input components.
B4X:
<div id="sduicol3_6" class="col pr-4 pl-4 xs:col-span-3 sm:col-span-3 md:col-span-3 lg:col-span-3 xl:col-span-3 col-span-3"><input name="toggle1_6" type="checkbox" id="toggle1_6" class="toggle"></div>
I have assigned a change event to the checkbox input element and trapping the Sender. I cant have this working with getChecked / setChecked event.
Could the sender be picking up the "parent" of the respective node that is changed?
I will see if I can reproduce this with native html components..