Fork me on GitHub
#reagent
<
2015-06-15
>
daveliepmann07:06:54

@borkdude: I just used select2 with reagent for this purpose https://select2.github.io/

daveliepmann07:06:13

I didn't drag the tags outside of the selectbox however

borkdude13:06:14

Reagent gotcha: refactoring a component to a new namespace and suddenly inputs stop working

borkdude13:06:24

Solution: don't forget to refer the Reagent atom

ul13:06:31

@borkdude: this is the reason why i don't shadow things like atom, just use short ns alias like r/atom

borkdude13:06:44

yeah, that's a better practice