[PageContainer] Setting title
prop manually gives all children title tooltip
#4452
Labels
bug 🐛
Something doesn't work
component: PageContainer
good first issue
Great for first contributions. Enable to learn the contribution process.
Steps to reproduce
Steps:
PageContainer
componentPageContainer
a title prop (Overriding default behaviour) e.g.title='Test'
PageContainer
component, add an element e.g.Button
Button
and observe the title from thePageContainer
is applied to the button, displaying atitle
tooltip with yourPageContainer
'stitle
Current behavior
Child elements to the
PageContainer
(AndPageContainer
itself) all display atitle
browser tooltip.Expected behavior
No
title
tooltip should be displayed.Context
I am trying to override the
title
for a page based on the context of where the page is being displayed without changing the title in the navigation.Your environment
npx @mui/envinfo
Search keywords: PageContainer title
The text was updated successfully, but these errors were encountered: