Skip to content

[NFR] set a class to syphon non-form elements #116

@galki

Description

@galki

As contenteditable gets better and its use grows, there might be more demand for non-form extraction.

This could be a simple change.

return viewOrForm.$(':input');

to

return viewOrForm.$(':input, [contenteditable], .syphon-editablecontent');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions