Results 13 issues of Tom Goldenberg

How would you recommend using this with sensitive data, such as a social security number? My impression is that it would be best to hide the actual number, if possible....

Hi! I would like to have FB login along with the FB profile photo saved as user avatar. How would I implement this with this system? Also, in the normal...

// initially any map object has left top corner at lat lng coordinates // it's on you to set object origin to 0,0 coordinates Any explanation on how to set...

If you have multiple inputs, the last one is focused and will not unfocus on Safari (both mobile and web) Tried many different things, but unable to get anything to...

I would like to trigger the focus() event on the when a button is pressed. However, I'm not sure how to do so. When I use `ref={el => this.input =...

I have an Input that is rendering with `autoFocus=true`. I would like the cursor to appear to the right of the value `0`, but instead it appears at the left....

I would like to do a few things that require elements being stacked on top of the NavigationHeader (i.e. a higher z-index). For example, a dropdown menu that unfolds from...

I followed the instructions explicitly and getting the following error: couldn't find file 'jquery.ui.all' with type 'application/javascript' I am using Rails 4.2 with Devise. Suggestions appreciated :)

`` expects `colors` as a prop. The default is from d3, and the type is `function`. However, this line makes it difficult to add custom colors for this component: ```...

Can the Eventbus handle asynchronous functions? We tried using it with an `await fn()` and the function did not work. Thank you for the help!