select input for actions
I am not sure if this is in the documentation as I cant find any reference...
I have my list table, and they each have the view, edit and delete action. However, I then want to create a 4th action that is a dropdown populated with language locales.
I want the option to open the dropdown and select a language locale then I can do the custom action to open the edit screen but with the content of that locale
1 Reply
Or on an alternative approach, looking into live form updating.
I can see the documentation has this:
However, The options of my form will be dynamic from a model... so how can I do the second part where the keys are filled with dynamic content.
So if the option changes to spanish, I want to load the content from the pivot table where the locale is "es"
if I change my value with the code setup, I get
If I remove that line, I get call fill() on null. This is my code
Why is my value of title not updating. $translated has valid content. And the getParentComponent does return the correct TextInput
Nevermind.