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've been given the recommendation to look at the tabs behaviour in GDS component library. The non JS approach they use is to list all the tabs as links and then put all the tab contents underneath each other.
I will code the layout to match this approach as long as that is ok with everyone else.
Tabs is not non-js compliant, with js turn off contents of all tabs do not display
To disable Javascript on your chrome browser please refer to the following guide
Please create your branch from release/0.7
git checkout release/0.7 git pull git checkout -b 'feature/tab-nonJs'
Describe the solution you'd like
tabs should be able to work without javascript enabled current it doesn't
The text was updated successfully, but these errors were encountered: