stere icon indicating copy to clipboard operation
stere copied to clipboard

Handle multiple instances of the same Field without using an Area

Open jsfehler opened this issue 8 years ago • 0 comments

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

jsfehler avatar Feb 19 '18 13:02 jsfehler