News

"Don't Remember" Form Helper Added in Inertia.js 2.3.7

Published
"Don't Remember" Form Helper Added in Inertia.js 2.3.7 image

Release Date: January 7, 2026

Inertia Version: 2.3.7

Summary

Inertia 2.3.7 was released on January 7, 2026. This patch version introduces a dontRemember() form helper method, fixes polling breaking in browser auto-completion, and a TypeScript unbound-method ESLint warning when destructuring methods from useForm().

What's New

Inertia.js added a dontRemember() method to the form helper, which allows excluding specific fields from being remembered in history state. You can use this for sensitive fields such as passwords or credit card details:

const form = useForm('payment-form', {
card_number: '',
cvv: '',
expiry: '',
}).dontRemember('card_number', 'cvv')

See Pull Request #2792 for details.

References

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article
Forte: Parse and Rewrite Laravel Blade Templates image

Forte: Parse and Rewrite Laravel Blade Templates

Read article
Compoships: Eloquent Relationships on Multiple Columns image

Compoships: Eloquent Relationships on Multiple Columns

Read article
MKSine: A Filament CMS with Plugins, Themes, and Blocks image

MKSine: A Filament CMS with Plugins, Themes, and Blocks

Read article
Cancel In-Flight Form Submissions in Inertia.js v3.7 image

Cancel In-Flight Form Submissions in Inertia.js v3.7

Read article