Active
Project:
Toggle Editable fields
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2020 at 09:30 UTC
Updated:
12 May 2020 at 14:33 UTC
Jump to comment: Most recent
When adding AJAX filters to a view with a toggle field, a normal checkbox is visible. And not the toggle.
I think some javascript in the attached behaviours is required for this module
Comments
Comment #2
marceldeb commentedNext to a drupal.attached behaviour I propose to add a hook_form alte. This is needed because when view filters are applied, the AJAX url is set to /views/ajax which is incorrect in our case.
If i am added to the project i'm happy to push these fixes.