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

"addMore" slot content in repeatable group input not showing up #574

Open
Sporradik opened this issue Feb 7, 2023 · 2 comments
Open

"addMore" slot content in repeatable group input not showing up #574

Sporradik opened this issue Feb 7, 2023 · 2 comments
Labels
bug report A submitted bug report, not yet validated.

Comments

@Sporradik
Copy link

Sporradik commented Feb 7, 2023

Describe the bug
"addMore" slot content in repeatable group input is not showing up when used. "remove" slot is working as I would expect and the "addMore" slot is set up in the same way.

To Reproduce
Make a repeatable group input and add content to the addMore slot.
Custom content will not show up and instead default label will be shown

Reproduction

CodePen:

https://codepen.io/sporradik/pen/eYjaYGM

Expected behavior
The custom content in the "addMore" slot should be rendered instead of the default button.

Device information:

  • Device: Macbook Pro
  • OS: macOs Monterey 12.2.1
  • Browser: Chrome
  • Version: 109
@Sporradik Sporradik added the bug report A submitted bug report, not yet validated. label Feb 7, 2023
@jeffreybello
Copy link

Hi, I stumbled upon this problem too.

Apparently, the slot name is "addmore" and not "addMore". Its a typo on the documentation.

@JackEdwardLyons
Copy link

Thank you for stumbling upon this @jeffreybello ! saved my day :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report A submitted bug report, not yet validated.
Projects
None yet
Development

No branches or pull requests

3 participants