cerebral-legacy / cerebral-module-forms

Form handling for Cerebral
http://cerebral-website.herokuapp.com/documentation/cerebral-module-forms
MIT License
12 stars 5 forks source link

extensibility #46

Open Guria opened 7 years ago

Guria commented 7 years ago

Looks like any extra support (focus control, debounced validation, etc) requires to build own chains and register it in app level. Currently index.js is very simple and in fact could be not used at all, if you decide to build your own chains. Maybe we should better provide actions, factories, uttilities, etc in cerebral-forms package without module. We still can have cerebral-module-forms with default setup as easy start point.

edgesoft commented 7 years ago

@Guria Would really like to see helpers for focus control etc.