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
I'm using it in a list of components, any of which can be open at any given time, so it immediately breaks once more than one is open since the id is already in use. It would be useful if the addon appended an unique identifier to the the IDs to prevent this.
The text was updated successfully, but these errors were encountered:
@dephora The relationship between the navigation components and the tab-pane component is done by the paneId and elementId properties which should be exactly the same for the matching to happen.
I am not very sure how we can use Unique Ids in this case and make them work.
Anyhow i will explore some more about the feasibility of this approach and let you know.
For now, the workaround will be if you have multiple tab components in the same, we need to give unique ids for both the paneId and elementId. Please refer to the dummy application for reference.
@rajasegar Okay, yeah for now I'm just going to append the parent component ember ID to each pane / element ID. I imagine the simplest method will consist of creating an empty array and just adding to that for each instance of the set of tabs created with the option of 'uniqueIDs' or whatever passed in. I'll look into this.
Hi there, really appreciate the addon.
I'm using it in a list of components, any of which can be open at any given time, so it immediately breaks once more than one is open since the id is already in use. It would be useful if the addon appended an unique identifier to the the IDs to prevent this.
The text was updated successfully, but these errors were encountered: