stavlocker

Results 5 comments of stavlocker

@nathanbuchar Well, an example might be saving data, and not only settings - I could have my `config.json` file to manage the configuration, and my `cupcakes.json` to save all the...

+1, for me this just makes the entire media player disappear: ![image](https://user-images.githubusercontent.com/30472563/93661556-53079900-fa61-11ea-8645-f4986c9b36b8.png) But the buttons are still there. It appears that the .background element is blocking everything from being viewed,...

Here's my temporary solution, a.k.a the hackiest hack I ever hacked together: ```jsx class TypeaheadHack extends React.Component { componentDidMount = () => { ReactDOM.findDOMNode(this).addEventListener("keydown", e => { if(((e.key && e.key...

This issue was originally about me not knowing how to clear input value, because it's not documented. Then I luckily found out how to do that, so it was about...

I think that regardless of the caret navigation, the tabbing shouldn't exist as currently you can't tab through even if you've selected an item. The arrow key navigation should be...