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

For Layout.vertical neither showStates=false nor showCities=false are respected #50

Open
cvanvlack opened this issue Feb 21, 2022 · 1 comment

Comments

@cvanvlack
Copy link

Describe the bug
When using Layout.vertical neither showStates=false nor showCities=false are respected.

To Reproduce
Steps to reproduce the behavior:

  1. Open example
  2. Go to line 55 and change to
///Enable disable state dropdown [OPTIONAL PARAMETER]
showStates: false,

/// Enable disable city drop down [OPTIONAL PARAMETER]
showCities: false,
layout: Layout.vertical,

Expected behavior
For vertical layouts you should be able to hide the cities or states.

@jrdufour07
Copy link

If you're still interested I just made a PR to fix this

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