You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: