Skip to content

EventType doesn't include 'save' #334

@bdueck-oftr

Description

@bdueck-oftr

Environment

  • Extension version(s): [6.1.9]
  • Bulma version: [e.g. v0.9.4]
  • OS: [OSX 14.1.2]
  • Browser: [all ]
  • How you are customizing the extension: [no]

Current Behavior
Bulma Calendar EventType doesn't include the 'save' event even though this is documented as a valid event type. This causes ts syntax errors when subscribing to 'save' events (works functionally though).

Current definition:

type EventType = 'show' | 'hide' | 'select' | 'select:start';

Possible Solution
Recommend this be changed to:

type EventType = 'show' | 'hide' | 'select' | 'select:start' | 'save';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions