Skip to content

Fixes search not updating on mobile - #2299

Open
lissy93 wants to merge 1 commit into
masterfrom
fix/search-update-mobile
Open

Fixes search not updating on mobile#2299
lissy93 wants to merge 1 commit into
masterfrom
fix/search-update-mobile

Conversation

@lissy93

@lissy93 lissy93 commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Category

Bugfix

Overview

Issue: Reactivity issue causing dashboard items to not update when searching using soft keyboard / mobile

Cause: A qwirk of v-model ignoring inputs while an IME composition is active, and some Android keyboards keep composition open per whole word, meaning this.input would be stale until blur/click outsite.

Fix: Just reading the input even directly from :value instad of the v-model atribute.

Issue Number

Fixes #2295

@netlify

netlify Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit ae71615
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/6a7e587b63fd9b00089d3d6c
😎 Deploy Preview https://deploy-preview-2299--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Searching for items does not update the view on mobile

1 participant