LL
Size: a a a
LL
ST
nn
nn
LL
LL
nn
LL
LL
DF
nn
DF
DL
DF
SM
(defn- press-arrow-down [event component-state]
(when (:open? @component-state)
(.preventDefault event)
(let [items (count (:filtered @component-state))
pos (:position @component-state)
_ (.focus (-> @component-state
...
DL
SM
ST