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
That behavior is intentional. TabSheet automatically disables the tab content component when a tab becomes inactive, and enables the content component when a tab becomes active again. For a more realistic use-case you would wrap your components into a layout component, in which case the disabled state of nested components would not be changed.
This auto-disabling behavior is currently not documented in the API docs, so that could be improved.
Description
Added disabled combobox to a tabsheet and navigated to another tab. Switched back to the first and combobx became enabled.
Expected outcome
Combobox keeps its disabled states when switching between tabs
Minimal reproducible example
Steps to reproduce
Environment
Vaadin version(s): latest
OS: Windows
Browsers
Chrome, Firefox
The text was updated successfully, but these errors were encountered: