A for Design

Results 5 issues of A for Design

In my BelongsToMany resource I'm using a custom title for display: public function title() { return $this->id . ':: ' . $this->name; } This is used for easier identification in...

Thanks for creating this great and very helpful package. It works without problems in most cases, but I did encounter a bug in the following situation (models are set correctly):...

When option elements are created dynamicly, the values need to be encapsulated. Right now, this is not the case, resulting in broken html when values contain spaces. To fix this,...

First of all, thank you for this awesome class. I have a request / suggestion for a future enhancement: It would be nice to be able to overrule the html...

Using the InlineBoolean field on an property of a pivot table (BelongsToMany relation) results in an error: > The given data was invalid.