This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-21
Channels
- # beginners (73)
- # capetown (1)
- # cider (13)
- # cljsrn (4)
- # clojure (56)
- # clojure-russia (2)
- # clojure-uk (1)
- # clojurescript (50)
- # community-development (3)
- # cursive (1)
- # datomic (80)
- # defnpodcast (2)
- # emacs (2)
- # fulcro (16)
- # graphql (8)
- # hoplon (206)
- # immutant (43)
- # keechma (4)
- # lumo (4)
- # off-topic (26)
- # perun (2)
- # re-frame (2)
- # reagent (4)
- # remote-jobs (2)
- # rum (4)
- # shadow-cljs (82)
- # spacemacs (5)
- # vim (6)
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 “ㅇㅏㄴㄴㅕㅇ” -> “안녕“)