Skip to content

Allow for selectors to be used in DOMModel:getChildDOMModel / getChildDOMModelArray #13

@chrischrischris

Description

@chrischrischris

The recommended way of using RDC is to specify the custom components with nodeNames. However, in the DOMRegistry it's possible to use either a nodeName OR a selector that works with querySelectorAll (e.g: .className or #id)

However, that approach will not work with DOMModel:getChildDOMModel / getChildDOMModelArray. Both of those methods will only work with a nodeName.

This ticket is to add the ability to use query selectors when specifying the childDOM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions