Implement the beforeInput support detection #7995
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).
Milestone
📝 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.
The text was updated successfully, but these errors were encountered: