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

how to make cascading dropdowns? #901

Open
PeterTawk opened this issue Jan 28, 2019 · 1 comment
Open

how to make cascading dropdowns? #901

PeterTawk opened this issue Jan 28, 2019 · 1 comment

Comments

@PeterTawk
Copy link

Description:

Environment Details:

  • formBuilder Version:
  • Browser:
  • OS:

Expected Behavior

Actual Behavior

Steps to Reproduce

Screenshot - (optional)

@SamuelPelletier
Copy link

Hi,

I have a bad solution but it's work :

In a paragraph component add this :

<select class='form-control'>
  <option value="value1">Option 1</option>
  <option value="value2">Option 2</option>
  <option value="value3">Option 3</option>
</select>

I hope it's help you 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants