This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-01
Channels
- # babashka (2)
- # beginners (45)
- # calva (2)
- # cider (20)
- # clj-kondo (9)
- # cljsrn (1)
- # clojure (25)
- # clojure-europe (7)
- # clojure-nl (24)
- # clojure-spec (4)
- # clojure-uk (3)
- # clojurescript (16)
- # datahike (6)
- # datalevin (6)
- # emacs (35)
- # fulcro (3)
- # holy-lambda (1)
- # lsp (55)
- # nrepl (2)
- # off-topic (17)
- # spacemacs (11)
- # specter (1)
- # xtdb (3)
Happy New Year to all! I am using Fulcro RAD with custom rendering to develop a Progessive Web App (PWA). I have used picker-options
to load a set of items to choose from and I am trying to figure out how to refer to them in my form. Any thoughts or suggestions? Thanks in advance!
Look at the source of the pickers. If I remember right the pkr stuff is normalized, and the generated form queries for them. Tap the props and you should see them p
I got it to work, thanks @U0CKQ19AQ!