coreui-react icon indicating copy to clipboard operation
coreui-react copied to clipboard

CSidebarNavDropdown doesn't appear to be taking into account `show` property

Open NeilJ247 opened this issue 3 years ago • 0 comments

Library version: "@coreui/react": "^3.4.6"

Expected

By setting show property to true it should render the dropdown as open.

<CSidebarNavDropdown
      icon="cil-loop-circular"
      name="Switch Premises"
      show={true}
  >
      --- children --
  </CSidebarNavDropdown>

Actual

The dropdown is still closed.

NeilJ247 avatar Jun 29 '22 15:06 NeilJ247