stavlocker
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:  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...