Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

added nova dependency container comptibility and added text edit #6

Merged
merged 6 commits into from
Jan 12, 2021

Conversation

kayacekovic
Copy link

No description provided.

README.md Outdated
@@ -7,7 +7,7 @@ Field is based on [nova-belongs-to-dependency](https://github.com/manmohanjit/no
## Installation

```
composer require royduin/laravel-nova-field-dynamic-select
composer require kayacekovic/laravel-nova-field-dynamic-select
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not change

composer.json Outdated
@@ -1,5 +1,5 @@
{
"name": "royduin/laravel-nova-field-dynamic-select",
"name": "kayacekovic/laravel-nova-field-dynamic-select",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not change

@@ -20,17 +20,33 @@ public function resolve($resource, $attribute = null)
return parent::resolve($resource, $attribute);
}

public function placheholder($placeholder = 'Pick a value')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These methods are not executed by default so we don't have a fallback anymore right? This way a user is forced to always specify these. Plus; they are not translatable by default anymore which makes it a breaking change.

@royduin royduin merged commit 2120259 into royduin:master Jan 12, 2021
@royduin
Copy link
Owner

royduin commented Jan 12, 2021

Thanks! Released 😎

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants