Problem with Select plasmic component

What are you trying to do?
I have a component that is called SelectCountry for website country selection, this has a Select component from the basic plasmic components inside.
The SelectCountry is present both in the header and on the footer of the website.
This worked before but broke with something, the one on the header works just fine, the one on the footer does not.

What are the reproduction steps?
This is replicable creating a fresh nextjs plasmic project starting from the project below

Relevant links:

Hi @gablab

Could you please share more about what exactly is not working?

Addtionally, could you confirm if the reproduction steps provided below are correct:

  1. Copy the project or use the provided project
  2. Create a new plasmic project with Nextjs codegen
  3. Verify the select component in Footer

Hello @muhammad_asim, thanks for the reply. The select in the footer does not open on my end.

Steps to reproduce:

  1. yarn create plasmic-app with options: javascript, nextjs, codegen
  2. link the project link above
  3. cd my-app && yarn dev
  4. Check the select country in footer

Thanks for providing the steps. I’m able to reproduce that. It seems like the select dropdown is not showing up because it doesn’t have enough space below it. Ideally, it should show the popup above the Select trigger when there is not enough space below it.

We will investigate further and fix it accordingly.

1 Like

Hello, is there any update on this topic?

Thanks in advance