Fork me on GitHub
#reagent
<
2017-05-18
>
dimovich15:05:00

trying to use a react component from cljsjs

dimovich15:05:05

is this the right way to do it?

dimovich15:05:01

having trouble displaying this element on the page (yes, I'm using the r/render function)

gadfly36116:05:07

@dimovich when using react-adapt-class you need to pass it a react component instead of a string

gadfly36116:05:52

Not sure where the react component lives, but try js/AutosizeInput

dimovich22:05:09

bumping into an issue... the edit cursor jumps to the end of the input field when trying to enter data

dimovich22:05:43

maybe someone faced this before...