nova-inline-select
nova-inline-select copied to clipboard
An inline select field for Nova apps
i'm getting the error inline-select:18292 Uncaught ReferenceError: Vue is not defined
Hello! I've tried to translate component but there is some hardcoded text which can be translated. so, I added translations into js These changes make it possible to translate a...
I have a tinyInteger field that I'm using the InlineSelect field on. The value can be between 0 and 5 The field looks like this: ``` InlineSelect::make('Account Level') ->options(function ()...
 use KirschbaumDevelopment\Nova\InlineSelect;
What a crazy bug, nulling currency field after inline update :/
I have a colourful Badge next to my InlineSelect, they both display the same value but based on the value I used different colours. It would be nice if the...
I'm trying to use the component to update a related entity but i'm beginning to feel this is not possible. Basically i'm trying to do something like this: ``` InlineSelect::make('Status',...
Would be nice to be able to overwrite the button css classes. Are you open to a PR?
Thank you for this great package! Is it possible to translate the 'updated to' string? Thank you in advance 😃
```php InlineSelect::make(__('Status'), 'status') ->options([...]) ->exceptOnForms() ->inlineOnIndex()->inlineOnDetail(), ```