Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jsfehler opened this issue Feb 19, 2018 · 0 comments
Open

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

jsfehler opened this issue Feb 19, 2018 · 0 comments

Comments

@jsfehler
Copy link
Owner

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()

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

No branches or pull requests

1 participant