Tony Polinelli

Results 13 comments of Tony Polinelli

Is a v4 happening, which this would be a part of?

@slmgc Great! Hope to get to play with it soon!

I want to directly style the components, so that i can use them as references in other css eg: ``` const Page = styled.div` ${MyComponent} { width: 3rem; } `...

It seems that the Radio elements dont focus themselves when they become selected by keyboard, as that incorrectly relies on the autoFocus flag - here's a PR: https://github.com/palmerhq/radio-group/pull/19

@bkbooth @chetankothari - do you guys have any input on your process for creating/testing a pr?

seems this might be the issue.. not sure how to fix https://github.com/babel/babel/issues/7318 (On upgrading to 0.56, I also have the error: The node type SpreadProperty has been renamed to SpreadElement)

im experiencing this too, which made me think it isnt working at all

using the * as xxx syntax makes it harder for autocompletion of imports no? would import { useSelect } be possible?

It seems correct that hitting Enter will submit the form, whereas you can press 'down' or 'space' to open the select. Otherwise, how would you submit it? Or, possibly, the...