Skip to content

CMultiOptionButton onClick type is wrong #87

@johannes-huther

Description

@johannes-huther

The type of the CMultiOptionButton is probably wrong:

  /**
   * Emitted when the user clicks on this button.
   */
  onClick?: () => {};

Should probably be:

  /**
   * Emitted when the user clicks on this button.
   */
  onClick?: () => void;

Metadata

Metadata

Assignees

Labels

type:fixA bug report or fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions