csc_picker icon indicating copy to clipboard operation
csc_picker copied to clipboard

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

Open cvanvlack opened this issue 3 years ago • 1 comments

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.

cvanvlack avatar Feb 21 '22 16:02 cvanvlack

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

jrdufour07 avatar Mar 01 '23 19:03 jrdufour07