![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@kuroski/v-eager
Advanced tools
A directive that emits input events despite the default keyboard on Android, GBoard, does composing by default
Since the default keyboard on Android, GBoard, does composing by default, this directive will always emit the input
event even if you are just autocompleting.
This is just a workaround, more information about this problem:
So let's hope this PR (https://github.com/vuejs/vue/pull/9814) will be merged sometime =/
npm i -d @kuroski/v-eager
yarn add @kuroski/v-eager
import VEager from '@kuroski/v-eager'
Vue.use(VEager)
import {eager} from '@kuroski/v-eager'
export default {
directives: {eager}
}
Just add the directive v-eager
in the desired input:
<template>
<v-text-field
id="name"
name="name"
v-model="name"
v-eager
label="Nome*"
required
></v-text-field>
</template>
FAQs
A directive that emits input events despite the default keyboard on Android, GBoard, does composing by default
We found that @kuroski/v-eager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.