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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article