-
# TabView
We can have tabs using Shell. However, what happens if we want to have nested tabs within a specific section (Example: Grid)?, _what if we want to fully customize each tab?_. In these cas…
-
## What is the current behavior? 发生了什么?
用rax官方的`npm init rax`创建的Web单页应用,只要触发路由匹配事件,即使`pathname`没有发生变化(有可能`search`变了),对应该路由的组件会被卸载,并重新mount。组件被卸载后,不仅页面上的动画会失效,而且会造成不必要的API调用。
## What is…
-
## Current Behavior
When using the [scrollable tabs](https://material-ui-next.com/demos/tabs/#scrollable-tabs) in Firefox, when I select the first tab, and then click on the arrow to move to the righ…
-
- [x] This is not a v0.x issue.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Expecte…
-
## Describe the bug
`pagerTabIndicatorOffset` crashes when page count changes.
## Expected behavior
No crash should occur when page count changes
## Additional context
`rememberPagerState` sh…
-
15 months ago, we have introduced react-testing-library in the codebase: #15732. Since, then, we have been progressively migrating the tests from enzyme to react-testing-library. This was done as a ba…
-
**Describe the bug**
When imported from skypack.dev `` is not interactive and throws ripple-related errors in the console.
**To Reproduce**
Import `https://cdn.skypack.dev/@material/mwc-tab-bar…
-
场景模拟:首页四个tab:A、B、C、D;在B中又有三个Tab:E、F、G。现在点击A中的一个按钮,同时发出事件a,b。a定位首页的tab到B;b事件定位到B中的G。由于事件a、b是同时发出的,会存在B页面还没可见的时候就会触发b事件。这个时候setCurrentItem就会出现死循环,并且B中的定位回调失效。延时500ms执行setCurrentItem就没事。
```
/**设置ta…
-
首先库是好库,根据属性大全用xml配置也没问题。
现在我用一个类继承DslTabLayout,然后在init里面初始化一些配置。
1、角标配置失败。(onTabBadgeConfig配置也不生效,wiki里面好像是单一配置,统一配置不行,希望像xml配置一次就行了)
```kotlin
drawBadge = true
tabBadge = DslTabBadge().a…
-
# TabView
We can have tabs using Shell. However, what happens if we want to have nested tabs within a specific section (Example: Grid)?, _what if we want to fully customize each tab?_. In these cas…