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

Bullets are displayed in repeater inside schema #1399

Closed
Rednas83 opened this issue Jun 4, 2024 · 2 comments
Closed

Bullets are displayed in repeater inside schema #1399

Rednas83 opened this issue Jun 4, 2024 · 2 comments
Labels
🐛 bug-report Bug is reported, but not verified by team ⛑ Needs triage The issue has not yet been examined by the FormKit team.

Comments

@Rednas83
Copy link

Rednas83 commented Jun 4, 2024

Reproduction (only shows up in my development area)

https://formkit.link/901c3fad0e0c6891ccd9f70b8d788b34

Describe the bug

Somehow my development envrionment shows bullets inside the repeater object.
image

It's not showing up in the Formkit PlayGround and I am using the latest theme.

Any idea how to remove it? Could it be a theme issue?

Btw it's not showing up in a standalone repeater.

Environment

------------------------------
- Operating System: Windows_NT
- Node Version:     v20.12.2
- Nuxt Version:     3.11.2
- CLI Version:      3.11.1
- Nitro Version:    2.9.6
- Package Manager:  pnpm@8.15.1
- Builder:          -
- User Config:      telemetry, modules, icon, build, routeRules, components, content, formkit, imports, css, devtools
- Runtime Modules:  @vueuse/nuxt@10.9.0, normalizedModule(), @nuxt/content@2.12.1, @pinia/nuxt@0.5.1, @nuxtjs/tailwindcss@6.12.0, nuxt-icon@0.6.10, @formkit/nuxt@1.6.2
- Build Modules:    -
------------------------------
@Rednas83 Rednas83 added ⛑ Needs triage The issue has not yet been examined by the FormKit team. 🐛 bug-report Bug is reported, but not verified by team labels Jun 4, 2024
@andrew-boyd
Copy link
Member

hey @Rednas83 — i'm going to guess you have some other styles in your project that are affecting list items in that context? The Tailwind Regenesis theme shouldn't have any styling that would add bullets to list items. If you inspect the element and take a look at the computed styles in your dev tools you should be able to see where those styles are coming from.

@Rednas83
Copy link
Author

Rednas83 commented Jun 4, 2024

Thanks

I found the issue by commenting out some custom styles

li ul {
  padding-left: 2rem;
  list-style-type: disc;
}

li ul ul {
  padding-left: 2.5rem;
  list-style-type: square;
}
li ul ul ul {
  padding-left: 3rem;
  list-style-type: circle;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug-report Bug is reported, but not verified by team ⛑ Needs triage The issue has not yet been examined by the FormKit team.
Projects
None yet
Development

No branches or pull requests

2 participants