formative icon indicating copy to clipboard operation
formative copied to clipboard

Add doc reg. attributes with data prefix will be rendered.

Open iku000888 opened this issue 9 years ago • 0 comments

There is the following undocumented behaviour that is works well with bootstrap, which would be nice to have it right in the readme.

(f/render-field {:name :my-text :data-x 10 :data-y 20})
;; (nil [:input {:type "text", :name "my-text", :value "", :data-x 10, :data-y 20}])

iku000888 avatar Dec 19 '16 02:12 iku000888