Jake Klingensmith

Results 4 issues of Jake Klingensmith

## Describe the solution you'd like Add a prop that freezes all input and tag deletion ## Describe alternatives you've considered This is pretty standard functionality for input fields. ##...

enhancement

## Is your feature request related to a problem? Please describe I'm attempting to build a react drop-in component that puts a modal confirmation dialogue into a form. My component...

Because the PanHandlers are removed when you're on the last card in a stack, it's impossible to advance to the `onFinish` code. I've opened a pull request that adds a...

I have the following code in my settings configuration: ``` @pristinemethod def TEST(x): return x ``` When I try to invoke `settings.TEST(4)`, I get a TypeError that says `TypeError: TEST()...