Skip to content

Handle multiple instances of the same Field without using an Area #16

@jsfehler

Description

@jsfehler

Example:

There's a page with many links that all have the same selector (ie: class="main_menu_link").

Currently, the user has to use a RepeatingArea and target a container above the link. While this makes sense for groups of data, it's too much for nav bars.

To make things easier, wrap the Field objects (Button, Input, Link, Text, Dropdown) with a plural version (ie: Buttons, Inputs, Links, Texts, Dropdowns) that will do a find_all() by default instead of a find()

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