Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventType doesn't include 'save' #334

Open
bdueck-oftr opened this issue Dec 20, 2023 · 0 comments
Open

EventType doesn't include 'save' #334

bdueck-oftr opened this issue Dec 20, 2023 · 0 comments

Comments

@bdueck-oftr
Copy link

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';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant