From d28e0abe3897d2ff99aec289cc7b8cfb767eac17 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Feb 2017 18:20:05 +0100 Subject: [PATCH] Add a TODO comment on util.forms. --- frontend/src/uxbox/util/forms.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/uxbox/util/forms.cljs b/frontend/src/uxbox/util/forms.cljs index 306c8ae210..664e6cb796 100644 --- a/frontend/src/uxbox/util/forms.cljs +++ b/frontend/src/uxbox/util/forms.cljs @@ -14,6 +14,8 @@ [uxbox.util.mixins :as mx :include-macros true] [uxbox.util.i18n :refer (tr)])) +;; TODO: rewrite form stuff using cljs.spec + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Form Validation ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;