cigoler
action button on form elements like textarea, is it possible?
On textinputs we've got suffix and prefix but (unless I'm mistaken) they don't work on textarea, is there any way around this? For example to just have a button to the size of it that if you click it empties the textarea (resets it).
2 replies
createOptionForm - how to import form schema, is it possible?
I'm using a separate form schema to try and cut down on repetition and mistakes, and so far so good it imports and seems to work:
As part of that schema I want there to be a createOptionForm on one of the drop down selects that imports the schema from yet another file ():
But I'm not sure what I can pass to createOptionForm to make it work, I've tried a bunch of stuff like throwing darts at a board and got nowhere.
I've tried:
Which doesn't throw an error like other options, but when clicking the button nothing happens... is it not possible to nest these imports?
15 replies
Edit Form multiselect with Spatie laravel-Permission - Struggling to get it to work
Continuing on from Chat, where I can't get the default relationship method to work on the select I've got this at least opening up with the right roles already assigned - but searching for and selecting any others the names change to id numbers and clicking submit does not save any changes.
This
7 replies