tabs
Here are 655 public repositories matching this topic...
- I have searched [#979](https://github.com/ptomasr
Current behaviour
When I update routes with setState({routes: [...]}); the TabView does not update its tabs.
Expected behaviour
TabView should dynamically update its routes.
Code sample
<TabView
navigationState={{ index: pageIndex, routes }}
renderScene={({ route }) => {
switch (route.key) {
case 'track
New Issue Checklist
- Updated Tabman to the latest version
- I took a look at the Troubleshooting Guide
- I searched for existing GitHub issues
Issue Description
Other us
-
Updated
May 13, 2020 - JavaScript
-
Updated
Nov 27, 2019 - Java
-
Updated
Oct 24, 2018 - JavaScript
Hi, I have created a fiddle https://jsfiddle.net/rs8b4hgu/9/ with the plugin when I hover/click(if event is click) over the tab items it jumps to top of the page. Found this bug on Safari 5.1.7 windows and Chrome latest.
Is there any documentation other than this on onRequestChangeTab and onReset.
What I want to do is just call this.props.history.push('/my/path') from a tab. But it throws an error saying- Invariant violation: there should always be only one screen active, not 0.
How do I navigate to a diffe
-
Updated
May 23, 2019 - HTML
Have a changelog
For example that could help review the changes that asks for a new permission.
Or simply to follow development to learn about cool stuff ^^
The format could be the GitHub releases or CHANGELOG.md file. I don't know if there is something else in AMO more suited for that
The method suggested in #108 for instantiating multiple instances of tabby with the same selector might be a useful addition to the documentation. It was exactly what I was looking for, and discovered it in the closed issues.
-
Updated
Apr 28, 2020 - Dart
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
The dynamic tabs demo at https://jsfiddle.net/b44cc4dq/245/ removes the first tab in the array instead of the correct one due to the missing 'index' in line 4 of the demo code.
<v-tab v-for="tab in tabs" :key="tab">
should read...
<v-tab v-for="(tab,index) in tabs" :key="tab">
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
Improve this page
Add a description, image, and links to the tabs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tabs topic, visit your repo's landing page and select "manage topics."


Bug description:
Accordion Custom header demo does not follow WAI-ARIA Authoring Practices for accordion.