Tagged articles

Input Handling

5 articles · Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 3, 2024 · Frontend Development

Handling Barcode Scanner Input Issues with Chinese IME in Web Applications Using Vue and Element UI

This article analyzes why barcode scanners lose characters under Chinese input methods, proposes two mitigation strategies—including a keydown‑event listener and a readonly password‑input workaround—and provides a complete Vue/Element‑UI component implementation to reliably capture scanner data without triggering IME or browser autofill.

Barcode ScannerChinese IMEElement UI
0 likes · 10 min read
Handling Barcode Scanner Input Issues with Chinese IME in Web Applications Using Vue and Element UI
php Courses
php Courses
Jan 21, 2021 · Backend Development

Handling HTTP Requests and Input Retrieval in Laravel

This article explains how Laravel simplifies accessing request data by using the Illuminate\Http\Request instance, automatic controller injection, and various helper methods to obtain request methods, URLs, and input values, including full, partial, and boolean inputs.

HTTP requestInput HandlingLaravel
0 likes · 5 min read
Handling HTTP Requests and Input Retrieval in Laravel
Laravel Tech Community
Laravel Tech Community
Jan 2, 2020 · Backend Development

Master Laravel Request Handling: DI, Input Retrieval, Cookies & File Uploads

This guide explains how to inject the Illuminate\Http\Request into Laravel controllers, retrieve route parameters, access request paths, methods, query strings, filter input, work with old input, manage cookies, handle uploaded files, and configure trusted proxies for accurate HTTPS detection.

Dependency InjectionHTTP requestInput Handling
0 likes · 15 min read
Master Laravel Request Handling: DI, Input Retrieval, Cookies & File Uploads