This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-23
Channels
- # announcements (1)
- # beginners (21)
- # calva (2)
- # cider (26)
- # clj-kondo (5)
- # cljdoc (4)
- # cljsrn (1)
- # clojure (42)
- # clojure-spec (5)
- # clojure-uk (1)
- # clojurescript (45)
- # cursive (5)
- # data-science (1)
- # datomic (5)
- # emacs (6)
- # fulcro (18)
- # hoplon (8)
- # immutant (1)
- # joker (9)
- # nyc (1)
- # off-topic (72)
- # re-frame (3)
- # reitit (1)
- # rewrite-clj (11)
- # shadow-cljs (9)
- # tools-deps (70)
<div style="font-size: 20.3951px; width: 33px; border-width: 3px; height: 53.3951px;">5</div>
Is an example of the dom I'm getting back. Only a few of the :css
props are getting applied. Am I misusing :css
? I followed https://github.com/hoplon/hoplon/wiki/HTML-Attributes-and-JS-Events#user-content-the-do-multimethod@robert.mather.rmm keywords are not valid css values
where numbers are valid values
I recommend strings, or a custom attribute that converts the values to js
converting clj->js values might be something we want to implement for default attributes??
feel free to open a github issue
@flyboarder Thanks, that fixed it. I ported from Fulcro where that was working. I think they call
(name :kw)
as things pass through.