Textinput value like Placeholder content?
In Placeholder::make('name')->content() I can "listen" to the other live() fields of the form and dynamically change the value of content depending on the other fields. How to do similarly with the value of the Textinput field? I know that during form initialization I can use ->default() but I am concerned with editing the form.