How to get listener fn type?
I have a very simple goal on my form that i use with
I have an
and my
Thanks!
useAppForm. I have an
onChange inside listener and i'm passing a function to it. All i need, is to be able to type the parameters of my custom function to match onChange. Here is an example:and my
onPriceChangeListener function:Thanks!