Travis Arnold

Results 122 issues of Travis Arnold

Things like passing an id should get added to the native select menu. When that is selected it should in turn select the fake react select menu. This way outside...

Map to normal keyboard controls for a native select menu, also add multiple keyboard support http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_multiple

Make it more native feeling by scrolling the whole select component in view when it is opened if it isn't already.

I think it could be really cool if we provided a `scale` function that accepted only numerical values and scaled between the set breakpoints. Or even just what was passed...

Saw these methods [here](https://material-ui-next.com/layout/css-in-js/). Seems like it could be a nice addition to the functions passed back in the render method.

Could be cool to polyfill the new min, max functions in CSS. More here: https://twitter.com/iamvdo/status/910074435159420928 Maybe something like `{ flex: min('sm', 2) }`

https://codepen.io/SitePoint/pen/gRJWqm https://github.com/shoheiyokoyama/Gemini https://github.com/DingMouRen/LayoutManagerGroup https://www.martin-laxenaire.fr/libs/curtainsjs/examples/ajax-navigation/index.html

Add the ability to grab and throw the track with a free scroll prop. Inspiration https://github.com/chrisbateman/impetus https://ariya.io/2013/11/javascript-kinetic-scrolling-part-2 https://github.com/ariya/kinetic/blob/master/5/coverflow.js

enhancement

Infinite scrolling web pages has been a trend lately. Maybe we can learn from them and simplify things by just using the scrollbar: https://github.com/lookstudios/vue-loop/

enhancement