Peter Jaric
Peter Jaric
I just deleted my old kobocloud install from my Kobo Aura One (after backuping my library of course) and installed the new version to get access to the private DropBox...
Now the first step worked and redirected to https://louisabraham.github.io/KoboCloud/?code=my_code_here. I copied the generated curl command and ran it, but got `{"error": "invalid_grant", "error_description": "redirect_uri mismatch"}` back. Hmm I see that...
I think I know why I got that error. When I checked my connected apps it said your app had lost its access since the folder had been deleted. But...
Yay, I followed the link on https://github.com/louisabraham/KoboCloud#dropbox-private-folder and now it worked! Edit: and syncing works! (I installed the release from your fork.) Thanks for the work on the code and...
As far as I understand it, the problem is in this code: ``` handleEnter (event) { if (this.state.menuOpen) { event.preventDefault() const hasSelectedOption = this.state.selected >= 0 if (hasSelectedOption) { this.handleOptionClick(event,...
Thanks @kwaves! @tvararu, what do you think about @kwaves' suggestion(s), is this something that could be incorporated into the code? I'll tag in @hannalaakso and @nickcolley too, since you have...
I'm not @kwaves, but I'll chip in with our use case. We're using this component for our search field. The options are fetched from a suggestion endpoint on our search...
I'm considering using something like this, and will create a PR if I don't get a "no" here. Maybe the option could be called something else. ```javascript handleEnter (event) {...
Hi @hannalaakso, I will fork it and if you are interested at a later date, I will make a PR then instead! Thanks for your work on this great library.
Finally I've had some time for this, and I've added the implementation above to the fork at https://github.com/uppsala-university/accessible-autocomplete. Tests for the new feature are lacking, so it's not ready for...