Select to view content in your preferred language

adding tab property, removes all tab members.

661
5
Jump to solution
07-07-2022 02:50 PM
LefterisKoumis
Regular Contributor II

This is an example of multi level tabs.

https://codepen.io/benesri/pen/NWgeqgP

However, if you modify line 6, by adding the property tab="Test1" it removes all children of this tab.

LefterisKoumis_0-1657230558850.png

The same occurs, if you add property tab="Test2" to line 7.

Why can't we use the tab property?

 

0 Kudos
1 Solution

Accepted Solutions
BenElan
Esri Contributor

It is probably because codepen live updates, so you are getting the error when you add the tab property to calcite-tab-title and before you add it to calcite-tab. Once all of the tab properties are added you will no longer see the error.

View solution in original post

0 Kudos
5 Replies
BenElan
Esri Contributor

When using the tab property, you need to use the same value for the calcite-tab-title and its calcite-tab. Here is a codepen:

https://codepen.io/benesri/pen/WNzwxNg

It does mention it in the tab-title documentation - https://developers.arcgis.com/calcite-design-system/components/tab-title/#component-api-properties-t...

 

0 Kudos
LefterisKoumis
Regular Contributor II

Thank you.

As soon as I insert the tab property, I get these errors in console regardless if I use Chrome or Edge. Any idea for the cause and how to prevent them?

LefterisKoumis_0-1657294568842.png

 

0 Kudos
BenElan
Esri Contributor

If you added tab="test" to a calcite-tab-title, then adding tab="test" to the corresponding calcite-tab will make the errors go away.

0 Kudos
LefterisKoumis
Regular Contributor II

I did that and that's when the error shows up in the console. I added the tab to both  calcite-tab-title and its calcite-tab to begin with, but I was getting those errors. Then, I thought I was misreading the property instructions on calcite design website, so I modified the code and posted the codepen on the community forum. Thank you for the responses, and since the errors are not fatal I will just ignore them.

0 Kudos
BenElan
Esri Contributor

It is probably because codepen live updates, so you are getting the error when you add the tab property to calcite-tab-title and before you add it to calcite-tab. Once all of the tab properties are added you will no longer see the error.

0 Kudos