James Gillmore
James Gillmore
I'm assuming maybe this isn't done yet?
For example, *I already have a project open*, and I'd like to be able to open a Wallaby test suite file programmatically and then immediately run the "Wallaby js: Start...
Hey there, I've been studying Navigator Experimental (aimed at using with Redux) and I found your example finally tied it all together (whereas the initial docs are quite obtuse). I...
If you pass one set of validators on one state, and then call `setState` and provide a different set, the previous set of validators is what the form is validating...
I assume I have to set a bounded height somewhere. I'm pretty sure I've set that. If anyone has experienced this issue, I'd love to know how you solved it.
i first wanna say I love gifted form. I'm half way through a project where I've used it for everything. I have lots of custom widgets, etc. BUT, losing the...
In short, if you're passing in the `value` prop it will continue to be returned from `getValues` and `getValue` for the given input after you delete all text in the...
Tried a few things. Not sure what to replace it with, but it's very needed. I'm not sure how anyone else hasn't noticed this, but I assume because most people...
When you have an input behind the keyboard that triggers the `container` view's `contentInset` properties to raise it above the keyboard `onFocus` it doesn't return `onBlur`, but rather only once...
The new `.focus()` method doesn't seem to trigger the same functionality as when you tap a field. The page doesn't scroll the field above the keyboard.