Holly Springsteen

Results 3 comments of Holly Springsteen

@davidicus @tay1orjones @sstrubberg It looks like this is now fixed. I tested the variants of the `DatePicker,` and it will clear the invalid input with a calendar and leave the...

### Diagnosis Looks like the `onPress` event handler is getting interference from the web-specific behaviors. Specifically, the `onFocus`. My thinking is that if the first click sets the focus but...

If you or someone else is going to take the time to re-factor away from callbacks I would suggest skipping Promises and generator functions and jumping straight to **async/await**. -...