fieldChooser icon indicating copy to clipboard operation
fieldChooser copied to clipboard

Checkbox within the div not working

Open mchendriks opened this issue 10 years ago • 1 comments

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

mchendriks avatar Oct 25 '14 07:10 mchendriks

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.

mateagar avatar Oct 25 '14 12:10 mateagar