Fork me on GitHub
#om
<
2015-08-12
>
isak14:08:46

anyone see anything wrong with this code? https://gist.github.com/isaksky/8c385b4d0024e5116716 i'm trying to filter and input to allow numbers only, but getting some strange results

jackjames14:08:05

@isak: my understanding is that the behavior you want is only achievable using set-state! / update-state (component local state)

isak15:08:02

ah, i see, thanks @jackjames