csc_picker
csc_picker copied to clipboard
For Layout.vertical neither showStates=false nor showCities=false are respected
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.
If you're still interested I just made a PR to fix this