You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Layout.vertical neither showStates=false nor showCities=false are respected.
To Reproduce
Steps to reproduce the behavior:
Open example
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Layout.vertical neither showStates=false nor showCities=false are respected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For vertical layouts you should be able to hide the cities or states.
The text was updated successfully, but these errors were encountered: