Skip to content

fix: always treat autocorrect as attribute #13001

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

Merged
merged 2 commits into from
Mar 31, 2025
Merged

fix: always treat autocorrect as attribute #13001

merged 2 commits into from
Mar 31, 2025

Conversation

Ecco
Copy link
Contributor

@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
@vuejs vuejs deleted a comment from edison1105 Mar 31, 2025
@edison1105
Copy link
Member

/ecosystem-ci run

@vue-bot
Copy link
Contributor

vue-bot commented Mar 31, 2025

📝 Ran ecosystem CI: Open

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

@vuejs vuejs deleted a comment from edison1105 Mar 31, 2025
@edison1105 edison1105 merged commit 1499135 into vuejs:main Mar 31, 2025
13 checks passed
@dili021
Copy link

dili021 commented Mar 31, 2025

How do we get this change?

@edison1105
Copy link
Member

@dili021
Try npm i https://pkg.pr.new/vue@13001 or wait for the next patch release. (will soon)

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
4 participants