fieldChooser
fieldChooser copied to clipboard
Checkbox within the div not working
Thanks for your great plugin. I have a question I would like to have a checkbox field within the div. The checkbox field shows but it cannot be clicked anymore.
Any ideas how to solve this?
I did enter an example, but it is not showing sorry
Hi Matthieu,
It's a little hard to know without seeing your code, but this sounds like an issue with event bubbling. Presumably, the checkbox should be the initial event target, so perhaps the fieldChooser is interfering with the actions that happen. If that is the case, you probably need to call the stopPropagation() method on the event.
Matt
On Sat, Oct 25, 2014 at 3:41 AM, Matthieu [email protected] wrote:
Thanks for your great plugin. I have a question I would like to have a checkbox field within the div. The checkbox field shows but it cannot be clicked for a true value: First name Last name
Any ideas how to solve this?
— Reply to this email directly or view it on GitHub https://github.com/mateagar/fieldChooser/issues/4.