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

Surveys - Increase the number of allowed choices for single and multiple choices questions #27494

Closed
marandaneto opened this issue Jan 14, 2025 · 0 comments · Fixed by #28765
Closed
Labels
enhancement New feature or request feature/surveys

Comments

@marandaneto
Copy link
Member

Bug Description

Bug description

Right now it's hardcoded to 6 and people want more.

{((value || []).length < 6 || survey.type != SurveyType.Popover) && (

If using the API, there are no limits, the limit is UI only.

We'd need to be sure that the Surveys pop-up renders well with scrollable content on small screen sizes if many choices (either from the browser or a mobile device).

How to reproduce

Additional context

https://posthog.slack.com/archives/C06UTAJJEHM/p1736437180529589?thread_ts=1736393671.434989&cid=C06UTAJJEHM

Debug info

- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables or https://eu.posthog.com/settings/project-details#variables]
- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]
- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]
@marandaneto marandaneto added bug Something isn't working right feature/surveys enhancement New feature or request and removed bug Something isn't working right labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature/surveys
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant