Paul
04/17/2018, 12:09 PMprivate fun onFormSubmit() {
props.eventHandler.onSubmitForm(
text = state.inputValue,
userId = props.userId
)
TODO change url to "/some_url"
}
what is the best way to do the same in kotlin-react