Liking cljdoc? Tell your friends :D
ClojureScript only.

om-fields.editable


editablecljs

(editable cursor
          owner
          {:keys [update-fn on-focus on-blur id class type force? disabled
                  placeholder edit-key value-to-string wait string-to-value
                  value-validate multi-line transact-tag delay-save?]
           :as opts})

editable text field that shows and allows editing of a value that is actually different in reality useful when state value is not a string ex. dates: 'Monday' vs Date('2014-10-24 9:00:00')

editable text field that shows and allows editing of a value that is actually different in reality
useful when state value is not a string
ex. dates: 'Monday' vs Date('2014-10-24 9:00:00')
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close