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
The function toggles the show/hide state of the element.
And I'm not 100% sure of the toggleItems method.... let's look deeper into this...
clicked(key,marketName){this.setState({childVisible: !this.state.childVisible});/* We need to only toggle for the specific element with the same id as the item being clicked. */this.props.toggleItems(key,marketName);// this.setState({itemsToggled: !this.state.itemsToggled});}
The end functionality is a bug in the UI that manipulates the previous lists that are opened if multiple lists are selected.
The text was updated successfully, but these errors were encountered:
gbenavid
changed the title
Only iterate through content if the item is not on the list.
You can't open multiple lists at the same time.
Sep 5, 2017
Each time we press the button that triggers
clicked()
as seen inShoppingList.js
on line 26:The function toggles the show/hide state of the element.
And I'm not 100% sure of the toggleItems method.... let's look deeper into this...
The end functionality is a bug in the UI that manipulates the previous lists that are opened if multiple lists are selected.
The text was updated successfully, but these errors were encountered: