Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes it "focusable" when in "select" mode #64

Merged
merged 1 commit into from
Oct 19, 2015
Merged

Makes it "focusable" when in "select" mode #64

merged 1 commit into from
Oct 19, 2015

Conversation

andypandy
Copy link
Contributor

  • Adds element to tab index when in "" mode. Adds "on focus" event to trigger showing the dropdown Adds an "un focus" event for if they tab away

@andypandy andypandy mentioned this pull request Oct 16, 2015
@jseppi jseppi merged commit b33241a into jseppi:master Oct 19, 2015
@andypandy
Copy link
Contributor Author

This introduces a bug where when you click it also triggers the focus event. It needs to be reverted. Sorry!

@jseppi
Copy link
Owner

jseppi commented Oct 22, 2015

Oh whoops, I also missed that behavior.

@andypandy
Copy link
Contributor Author

I tried figuring out getting it to choose w/ stopImmediatePropogation but
couldn't get anything to work.

On Thu, Oct 22, 2015 at 4:48 PM, James Seppi notifications@github.com
wrote:

Oh whoops, I also missed that behavior.


Reply to this email directly or view it on GitHub
#64 (comment)
.

@jseppi
Copy link
Owner

jseppi commented Oct 22, 2015

I ended up reverting -- binding to focus has a bunch of weird side effects that are hard to properly deal with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants