Jason Maurer
Jason Maurer
Any update on this? Validation errors should definitely not be returning a 500.
@robatwilliams That kinda works, though the Typescript typings require the `extensions` function to return an object. Which means all responses will have an empty extensions object now. Also, it doesn't...
https://github.com/souporserious/react-popper
Until this gets merged, you can use https://github.com/th507/koa-adapter to get rid of the deprecation warning.
I'm running into this issue as well. Here are some screenshots: `data={[0,0,0]}`  `data={[1,0,0]}` 
Good catch.
Thought it would be a simple fix, but this uncovered another issue: https://cl.ly/2D4404372y1O The input overlay currently has `pointer-events: none` to allow select/click events to pass through to the input...
Yeah I had a spinner originally, but changed it so the dropdown just doesn't open if it hasn't finished loading. Seemed simpler that way. Side thought: The component only calls...
Ah, we may have had a misunderstanding there. Does it not all come down at once following [this format](https://github.com/timberio/react-query-assist#autocomplete-data)? I had thought all the enumerations would be included in the...
So just to clarify what @binarylogic mentioned in slack while discussing this (https://timberio.slack.com/archives/G8ZSUPCV6/p1517621696000039): > You’ll get a complete schema to work with. It will include all of the fields names,...