Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit CreateResourceField #30

Open
federicavecchi22 opened this issue Feb 3, 2021 · 0 comments
Open

Edit CreateResourceField #30

federicavecchi22 opened this issue Feb 3, 2021 · 0 comments

Comments

@federicavecchi22
Copy link

Hi,
I create a custom component and I would like add this as new field type.
My componet not show , but show CSelect though is commented.

CreateResourceField.vue

<div v-else-if="column.type == 'relation_select'"> <!-- <CSelect :label="column.name" :options="relations['relation_' + column.column_name]" :value.sync="model" />--> <StatoProvinciaCittaComponent :label="column.name" :options="relations['relation_' + column.column_name]" :value.sync="model"/> </div>

import StatoProvinciaCittaComponent from "../../../../laravel/resources/js/components/StatoProvinciaCittaComponent"; export default { name: 'CreateResourceField', components: { StatoProvinciaCittaComponent }, ...

Thank you

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

No branches or pull requests

1 participant