Tiber
Fill form after mount in v3?
I have a form next to a table, and the form contents change based on what record the user clicks in the table. In v2, I was able to call
$this->form->fill()
from anywhere in the component, but in v3 it only seems to work if I call it from mount()
. Is there a different way I should be doing this now?7 replies
TextInput with no database column?
I am trying to add a TextInput column to a table that allows users to type in numbers. I don't want anything to be changed in the database when they type something in, but I would like to be able to access the value when clicking an action button.
Is there any good way to do this? I considered just trying to make a custom view column, but I wasn't sure how I would access the value from the action button in that case.
16 replies