day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 146 forks source link

Input-text API: permit on-change AND on-blur callbacks #207

Open samharad opened 5 years ago

samharad commented 5 years ago

My use case: I need to update my global state on every key-stroke, but I want to trim the input only on blur.