Closed RomualdS-Decathlon closed 1 year ago
Hello, @RomualdS-Decathlon, thanks for creating this issue! We will check it as soon as possible, and don't hesitate to send a PR if you want. Have a good day!
Discussed with @ManonPolle, @SimonLeclercq & @MARIEDELATTRE.
There is no point in having less than 2 entries. tabItems
must therefore have at least a size of 2. If this is not the case, an exception will be thrown.
Describe the bug In VitaminTabs, if the list provided is empty, the exception 'NoSuchElementException' is thrown.
The behavior is the same for both composable (Fixed and Scrollable)
To Reproduce
This will throw