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

fix: always treat autocorrect as attribute #13001

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: always treat autocorrect as attribute #13001

wants to merge 2 commits into from

Conversation

Ecco
Copy link

@Ecco Ecco commented Mar 6, 2025

Fix #5705

As the WebKit devs said, this issue is currently only really visible on iOS, but it should also happen on Firefox and most likely on Chrome too.

Copy link

github-actions bot commented Mar 6, 2025

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+19 B) 38.1 kB (+10 B) 34.3 kB (+21 B)
vue.global.prod.js 158 kB (+19 B) 58 kB (+11 B) 51.6 kB (-26 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.6 kB (+19 B) 18.3 kB (+10 B) 16.7 kB (+8 B)
createApp 54.6 kB (+19 B) 21.3 kB (+14 B) 19.5 kB (+13 B)
createSSRApp 58.8 kB (+19 B) 23 kB (+11 B) 21 kB (+7 B)
defineCustomElement 59.4 kB (+19 B) 22.9 kB (+9 B) 20.8 kB (+11 B)
overall 68.6 kB (+19 B) 26.5 kB (+11 B) 24 kB (-26 B)

Copy link

pkg-pr-new bot commented Mar 6, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@13001

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@13001

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@13001

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@13001

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@13001

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@13001

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@13001

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@13001

@vue/shared

npm i https://pkg.pr.new/@vue/shared@13001

vue

npm i https://pkg.pr.new/vue@13001

@vue/compat

npm i https://pkg.pr.new/@vue/compat@13001

commit: bc68a0c

@edison1105 edison1105 added ready to merge The PR is ready to be merged. browser specific 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. labels Mar 6, 2025
@edison1105
Copy link
Member

/ecosystem-ci run

@vue-bot
Copy link
Contributor

vue-bot commented Mar 6, 2025

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools success success
nuxt success success
pinia success success
primevue success success
quasar success success
radix-vue success success
router success success
test-utils success success
vant success success
vite-plugin-vue success success
vitepress success success
vue-i18n success success
vue-macros success success
vuetify success success
vueuse success success
vue-simple-compiler success success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser specific 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue 3 is ignoring autocorrect="off" on input fields for iOS Chrome
3 participants