Fixed #830 - Improve active route detection in TabMenu

This commit is contained in:
Cagatay Civici 2021-05-14 22:04:21 +03:00
parent 7bb54c6800
commit 0a52948b4c
4 changed files with 44 additions and 30 deletions

View file

@ -4,6 +4,12 @@ const TabMenuProps = [
type: "array",
default: "null",
description: "An array of menuitems."
},
{
name: "exact",
type: "boolean",
default: true,
description: "Defines if active route highlight should match the exact route path."
}
];