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

<Form /> has lame focus behavior #3

Open
cdaringe opened this issue Jun 6, 2020 · 2 comments
Open

<Form /> has lame focus behavior #3

cdaringe opened this issue Jun 6, 2020 · 2 comments

Comments

@cdaringe
Copy link
Contributor

cdaringe commented Jun 6, 2020

problem

on "tab" internal blessed <Form /> implements its own focus handler, preventing me from escaping the form. if there's only one el, it never unfocuses the single el

@cdaringe
Copy link
Contributor Author

cdaringe commented Jun 6, 2020

form also on tab fake emits an escape char, which is an implicit contract between form and input fields, making them skip their submit events

@cdaringe
Copy link
Contributor Author

cdaringe commented Jun 6, 2020

also: embarklabs/neo-blessed#48

Form needs to be completely re-thought, with fresh thinking on how controls emit and navigate.

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

No branches or pull requests

1 participant