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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Tabview do not load each tabItem content when used with statelayout.When the page loads for the first time tabview is hidden due to loading state of statelayout once statelayout currentstate becomes succes, only TabView Header shows its content didn't show up
Steps to Reproduce
Put TabView insisde StateLayout success state
Open page with any other state then success.
Wait for few second and set Statelayout current state to Success
Expected Behavior
TabView should appear with contents of each TabItem
Actual Behavior
Only Tab header is visible content of each Item didn't show up
Current state becomes succes only tabview headers show each tab items content remains still hidden
The text was updated successfully, but these errors were encountered:
WiproSarthak
added
bug
Something isn't working. Breaky break.
s/unverified
This issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.
labels
Apr 8, 2021
@Chris-Marassovich unfortunately I had to move StateLayout from outside to inside the each TabView so TabView will be Visibile when page loads.If we do IsVisible=false to entire TabView by default when page loads so again same issue arises as StateLayout is also doing the same thing.
Tabview do not load each tabItem content when used with statelayout.When the page loads for the first time tabview is hidden due to loading state of statelayout once statelayout currentstate becomes succes, only TabView Header shows its content didn't show up
Steps to Reproduce
Expected Behavior
TabView should appear with contents of each TabItem
Actual Behavior
Only Tab header is visible content of each Item didn't show up
Basic Information
Reproduction Link :
TabViewStateLayoutIssueRepo.zip
Steps:
The text was updated successfully, but these errors were encountered: