Dan Mason

Results 11 issues of Dan Mason

Fixes #963 The `inputProps` were not being applied to the input in the `DropdownListInput` component.

Take this example for bootstrap pager: ``` {previous && ← Previous Page } {next && Next Page → } ``` I get the below warning: ``` Warning: Unknown prop `active`...

### Feature Description Would be great if you could add these methods to the eloquent generator: Source: https://laravel.com/docs/8.x/database-testing#has-many-relationships-using-magic-methods #### Using Magic Methods For convenience, you may use Laravel's magic factory...

will be fixed/implemented soon

- Nova Version: 4.32.6 ### Description: ```php MorphToMany::make(__('Partners'), 'affiliates', AffiliateResource::class) ->searchable(), ``` It seems to be using a singular version of the relation name instead of the provided field label:...

bug
next

- Nova Version: 4.25.x ### Description: I have just started adding multiple dashboards in nova and realised that the `DashboardMetricController` route loops all metrics across all dashboards on every request....

request
next

```php SimpleRepeatable::make('Charges', 'charges',[ Currency::make('Limit', 'limit')->rules(['required', 'integer', 'min:1', 'distinct'])->step(1), Currency::make('Charge', 'charge')->rules(['nullable', 'numeric']), ]), ``` Steps: 1. With the above field on a form add 3 rows you will end up with...

bug

### Bug description Not sure if you would want to handle this but I figure I should point it out anyway: Assume you have a mode with the two accessors...

Laravel 10.x | Scramble 0.8.5 | PHP 8.3.x Error occurs when requesting `docs/api.json` and breaks the loading of the whole docs site: The `getClassDefinition` method has a return type of...

needs more info

Version: 0.7.0 ![image](https://user-images.githubusercontent.com/20278756/212062271-008bdfc2-8c14-4387-b865-bca3aa3fff95.png) When clicking the above route with an optional parameter `{book?}` rather than showing the documentation for the route it redirects home /docs/api#/. It seems likely that the...

bug

We use this action to auto merge our dependabot PRs that is configured to create PRs against our non-default branch `develop`. Our `dependabot.yml` is this: ``` version: 2 registries: composer-repository-nova-laravel-com:...

enhancement