Chris Hiester

Results 8 comments of Chris Hiester

Maybe this will be useful to others. Example at http://cdpn.io/BQQdWG

It would be useful to have a property in MultiSelect such as dismissibleTags that automatically generates tags with the close icon on each tag, as in my example. This is...

Would be willing to purchase the Sketch files if that is an option.

I like the snippet above conceptually, but I think it mutates props? Anyway, here's a render method in Root.js that I came up with that protects all routes except for...

Are there general recommendations as to how to integrate an external auth solution in the meantime? What would the best practice be? For instance, if I'm using Okta's SDK and...

FYI, if anyone is asking the same question I asked above, you can find a pretty good approach at https://github.com/supnate/rekit/issues/115

I am experiencing this same issue even after upgrading to 2.3.6

This has to do (for me) with having the Select component set to full width on mobile. If I change "w-full" to, say, "w-5/6", the scroll jump does not happen.