Closed dallin-christensen closed 5 years ago
altered onType callback prop to be onBeforeType, and added an onAfterType. Both callbacks will give the current state as arguments to the callback.
<Typing onBeforeType={(currentText) => {}} onAfterType={(currentText) => {}} />
@adamjking3 Np! 🤙
altered onType callback prop to be onBeforeType, and added an onAfterType. Both callbacks will give the current state as arguments to the callback.