Skip to content

fix(scenegraph): suppress Gboard autofill prompts on model transform …#5156

Merged
diegoteran merged 1 commit into
masterfrom
ar1
May 27, 2026
Merged

fix(scenegraph): suppress Gboard autofill prompts on model transform …#5156
diegoteran merged 1 commit into
masterfrom
ar1

Conversation

@diegoteran
Copy link
Copy Markdown
Collaborator

…inputs

On Samsung and Chrome mobile platforms, simple unconfigured inputs are analyzed by standard browser credentials heuristics, causing Gboard to incorrectly display sensitive password/payment/address autofill strip buttons on measurement values.

This fix updates the model transform fields to use safe, explicit attributes: - type="number" and step="any" to prevent general text field heuristics - inputmode="decimal" to guarantee decimal numeric layout triggers - autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false" parameters to disable autofill caching pipelines

Additionally, this commit adds clean CSS overrides to suppress default browser increment/decrement spin arrows and enforce the compact 40px styling rules on desktop

Reference Issue

…inputs

On Samsung and Chrome mobile platforms, simple unconfigured inputs are analyzed by standard browser credentials heuristics, causing Gboard to incorrectly display sensitive password/payment/address autofill strip buttons on measurement values.

This fix updates the model transform fields to use safe, explicit attributes:  - type="number" and step="any" to prevent general text field heuristics  - inputmode="decimal" to guarantee decimal numeric layout triggers  - autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false" parameters to disable autofill caching pipelines

Additionally, this commit adds clean CSS overrides to suppress default browser increment/decrement spin arrows and enforce the compact 40px styling rules on desktop
@diegoteran diegoteran merged commit ea981bc into master May 27, 2026
10 checks passed
@diegoteran diegoteran deleted the ar1 branch May 27, 2026 05:14
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.

1 participant