© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
Vp

extraInputAttributes not working in textarea

I'm not sure whether this is design for textinput only or not, however the below code is working in Textinput but not in textarea
->extraInputAttributes([
    'oninvalid' => 'this.setCustomValidity(\'' . __('message.require') . '\')',
    'oninput' => 'this.setCustomValidity(\'\')'
])
->extraInputAttributes([
    'oninvalid' => 'this.setCustomValidity(\'' . __('message.require') . '\')',
    'oninput' => 'this.setCustomValidity(\'\')'
])

Is there any other api for textarea?

My main aim is to change HTML require message in app language
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Textarea maxLength not working within Wizard?
FilamentFFilament / ❓┊help
3y ago
Required and Disabled with condition in TextArea are not working
FilamentFFilament / ❓┊help
2y ago
textarea
FilamentFFilament / ❓┊help
2y ago
textarea
FilamentFFilament / ❓┊help
2y ago