-
Wondering if it's possible or a bug. I'm finding the autocomplete slug is not working after create. Forms\Components\Repeater::make('descriptions')
->relationship('descriptions')
->collapsible()
->schema([
TitleWithSlugInput::make(
urlVisitLinkLabel: false,
titleLabel: 'Title',
fieldTitle: 'title',
fieldSlug: 'slug',
), |
Beta Was this translation helpful? Give feedback.
Answered by
camya
Nov 9, 2022
Replies: 1 comment 2 replies
-
Hello, thank you very much for your report. I have looked into it a bit and found a solution. The next version will contain the fix. (You can already test it in the main branch). You can read the updated documentation: Use inside a relationship repeater Have fun. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
howdu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you very much for your report.
I have looked into it a bit and found a solution. The next version will contain the fix. (You can already test it in the main branch).
You can read the updated documentation: Use inside a relationship repeater
Have fun.