atmediauk

Results 9 issues of atmediauk

I'm not sure if this is a silly idea or if its even possible but can the plugin respect policies? For example, in the scenario where a user is not...

enhancement

Hello, Is it possible to disable button state programmatically as it looks out of place for some types of buttons. The normal behaviour in Nova for an edit resource button...

### Issue Not sure if this is in the right repo, please feel free to move accordingly. When using https://tokenswap.zilliqa.com/ if the value of the swap is greater than or...

bug

Hello, Is it possible to limit the toggle labels so that they are displayed on the forms but NOT on the index. Currently I have the following: ``` Toggle::make('Status', 'status')...

Hello, Thank you for adding the ability to [overwrite the form tag field](https://github.com/outl1ne/nova-multiselect-field#overwriting-the-form-tag-field)! Would it be possible to pass additional option data? Specifically to use within the custom vue template?...

Is it possible to submit the field as a hidden input? For example adding ->hidden() to the chain like: ``` SluggableText::make('Name') ->rules('required'), Slug::make('Slug') ->slugUnique() ->slugModel(static::$model) ->rules('required', 'alpha_dash', 'max:80') ->creationRules('unique:somegroup,slug') ->hidden(),...

Thank you for the package, it works really well. As mentioned in the title, the sidebar link does not respect the viewTelescope Gate and is shown permanently. For example: ```...

enhancement

Hello, if the url is at the end of a sentence, the auto-linking incorrectly includes the period(.) as part of the url which means the url fails. For example: ```...