Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

How to set the custom-componet type fields value? #85

Open
creativeartbd opened this issue Oct 8, 2022 · 0 comments
Open

How to set the custom-componet type fields value? #85

creativeartbd opened this issue Oct 8, 2022 · 0 comments

Comments

@creativeartbd
Copy link

I have this rules:

rules: [
    {
        type: "text",
        id: "url_regex",
        label: "Url Regex",
    },
    {
        type: "custom",
        id: "page_source",
        label: "Page Source ",
    },
    {
        type: "custom-component",
        id: "page_dom_element",
        label: "Page Dom Element",
        operators: [],
        component : PageDomElement,
    },
],

Here, on the last rule you can see that I am using custom-component type as the component is PageDomElement. In this PageDomElement I have entered 3 input fields.

Now my question is how can I get this 3 input fields to query?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant