hyperstack-org/hyperstack

supply default method for events

Open

#247 geöffnet am 2. Sept. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (531 Stars) (43 Forks)batch import
enhancementgood first issue

Beschreibung

Currently if no callback is supplied for the event, nothing happens, and firing the event returns nil.

It might be handy be able to supply a default action.

i.e. fires save: :default_save_method

currently you can work around this by checking props[event_name] for nil

Contributor Guide