uxilab / uxi

UXI Core components - https://twitter.com/uxi_lab
https://www.uxilab.eu/
5 stars 1 forks source link

Fix inconsistencies in function signature #37

Closed denisflorkin closed 5 years ago

denisflorkin commented 5 years ago

The onSubmit handler is expecting to be called with an event first then a value as second arg.

https://github.com/uxilab/uxi/blob/master/src/Input/BETAAutoComplete.js#L40