Fork me on GitHub
#reagent
<
2019-11-09
>
kpsf21:11:48

Hi, I’m new to using reagent and noticed that when I try to use it with a input[type=‘date’] I can’t enter a full date value. Instead it resets the date value at some point. I can avoid this by making it an uncontrolled input, but then I don’t get updates to the value unless the component is un/remounted. I would appreciate help understanding what I’m doing wrong here.

p-himik21:11:26

Can you provide some code that reproduces this?

kpsf21:11:53

Hi, I think I found the problem, and it was just that I had wrapped the input in another JS library (reactstrap)’s component and that was causing the problem. Thanks for responding.

👍 4