what’s the best way to do loading indicators for forms? Should forms-core/submit-data
reset some :kv key to {:loading? true}, and had forms-core/on-submit-success
overwrite it?
@sooheon forms do that for you. You can check the :state
attr on form-state. It will be :submitting
I’ll write some docs for forms today (it’s long past due)
@sooheon for the example text in the issue (안녕하세요) can you add a sequence of (Korean) characters I need to enter to get that text (like you’ve added “ㅇㅏㄴㄴㅕㅇ” -> “안녕“)