nova-inline-select icon indicating copy to clipboard operation
nova-inline-select copied to clipboard

An inline select field for Nova apps

Results 12 nova-inline-select issues
Sort by recently updated
recently updated
newest added

i'm getting the error inline-select:18292 Uncaught ReferenceError: Vue is not defined

question

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 ()...

![Screenshot 2022-03-07 at 2 03 06 PM](https://user-images.githubusercontent.com/96163494/156995834-0532e3d9-dbf1-410f-a800-ec2ae5614aeb.png) 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...

feature request

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',...

feature request

Would be nice to be able to overwrite the button css classes. Are you open to a PR?

feature request

Thank you for this great package! Is it possible to translate the 'updated to' string? Thank you in advance 😃

feature request

```php InlineSelect::make(__('Status'), 'status') ->options([...]) ->exceptOnForms() ->inlineOnIndex()->inlineOnDetail(), ```

question