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

Implement the beforeInput support detection #7995

Closed
oleq opened this issue Sep 2, 2020 · 2 comments
Closed

Implement the beforeInput support detection #7995

oleq opened this issue Sep 2, 2020 · 2 comments
Assignees
Labels
domain:dx This issue reports a developer experience problem or possible improvement. package:typing type:feature This issue reports a feature request (an idea for a new functionality or a missing option).

Comments

@oleq
Copy link
Member

oleq commented Sep 2, 2020

📝 Provide a description of the new feature

The event is supported in all major web browsers except Firefox (still an experimental feature behind a flag). This means for the time being both beforeInput and mutation typing will need to exist next to each other. And even after Firefox enables the feature, it will take some time for people to update their browsers (which is slow in corporate environments).

This is why isBeforeInputSupported = !env.isGecko does not make sense. We need a feature discovery similar to the one described on the React issue tracker instead.


If you'd like to see this feature implemented, add a 👍 reaction to this post.

@oleq oleq added the type:feature This issue reports a feature request (an idea for a new functionality or a missing option). label Sep 2, 2020
@oleq oleq added domain:dx This issue reports a developer experience problem or possible improvement. domain:ui/ux This issue reports a problem related to UI or UX. package:typing and removed domain:ui/ux This issue reports a problem related to UI or UX. labels Sep 3, 2020
@Reinmar Reinmar mentioned this issue Sep 3, 2020
13 tasks
@oleq oleq added this to the iteration 36 milestone Sep 3, 2020
@Reinmar
Copy link
Member

Reinmar commented Sep 3, 2020

@oleq oleq added the squad:dx label Sep 3, 2020
@oleq oleq self-assigned this Sep 3, 2020
niegowski added a commit that referenced this issue Sep 8, 2020
Feature (utils): Implemented the Input Events Level 1 support detection. Closes #7995.
@oleq
Copy link
Member Author

oleq commented Sep 10, 2020

Closed in #8021.

@oleq oleq closed this as completed Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:dx This issue reports a developer experience problem or possible improvement. package:typing type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants