Skip to content

DropdownToggle has invalid/extra color attribute #461

@virgofx

Description

@virgofx

The DropdownToggle component leaks the color attribute with default value of "secondary" which isn't used by bootstrap for stylizing the DropdownToggle html native element. It appears it was a copy/paste issue from other components that has never been used. This results in invalid HTML5 warnings when validating source.

<div data-toggle="dropdown" aria-haspopup="true" color="secondary"
  • version 4.6.2
  • components: DropdownToggle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions