Jon Mason
Help with custom field
I was able to do this and at least get the ID on the input to match the absolute state path, so it's no longer just like
my-field
, now it's mountedTableActionsData.0.lines.my-field
I think it's a step in the right direction, but it didn't resolve the issue.4 replies
Persisting repeater changes to DB (TableRepeter)
turns out I am dumb. I didn't realize that $get() would work on data that's not an actual field. The ID of my row isn't an input field...I just tried it on a whim and it returns my id, so I learned something new today.
3 replies
Using Flux UI on Custom Page
@rubendn Following up on this to see if you've seen any issues going this route? I'm interested in plugging in flux to use it in a couple of places and was curious what your experience has been so far?
I mainly have a unique use-case where I need a searchable select blade component, and I know flux has a searchable select, so wondering if this would be pretty easy to incorporate or if you've run into headaches.
6 replies
multiple dashboards
I added a
getWidgets
method to each class so I could get the right widgets included on each dashboard. Now, despite having fully gutted my new Dashboard class, and having getWidgets()
return an empty array, it's still returning the widget.15 replies