Postfix for TextEntry

Hey there, is there any method for adding postfix for TextEntry component ?
Solution:
I guess there might be a ->suffix() method
Jump to solution
4 Replies
Shaung Bhone
Shaung Bhone8mo ago
Postfix? Is that mail server?
msalehi
msalehi8mo ago
no, i want to set a custom text per component after the original state.
Solution
Dennis Koch
Dennis Koch8mo ago
I guess there might be a ->suffix() method
Dennis Koch
Dennis Koch8mo ago
If not use ->formatStateUsing()
Want results from more Discord servers?
Add your server
More Posts
problem with livewireTo use alpine, I converted my page to a component and changed the routes, etc. But I have this probReuse resource form in another livewire componentHi I want to know is it possible to reuse a resource form ```php public function form(Form $form): Widgets only update when the you are looking at the pageIs it possible to override this, and make the page update even when you are not looking at the page?Modifying the breadcrumbsIs there a way to modify the breadcrumbs for a resource? For instance, if I go to http://localhost/observer not triggered from EditActionI have this editaction in a relationsmanager it's updating correctly the pivot attributes but not trMultiple Select with belongsToMany relationship, saves but does not show selected after reload.Hello, I have two models Model: Product and Model: Secondary Traits. Product model has a belongsToMaMy livewire page load form with dark theme prefered colorsHi, i create new livewire page and create filament form, but on page livewire, is showing form with Is there a way to get the display value of a selected dropdown list item in addition to the ID?The form submits the ID, but is there a way to get the value that's displayed in the dropdown itselfmodal not closing on form submitI have the below modal, and at the end of my `save()` method, I'm closing the modal, but nothing haHow do I add modal action to TableWidget like Resource?I can open the modal window with the code below in the resource ```php class UserResource extends