Cascader component height not fixable

The cascader component appears to have a fixed height greater than is needed to fit in with a row of other selectors:

Sometimes you can persuade it to shrink in height by toggling the position or visibility of its label (which I don't want), but then it'll reset itself later.

I'm trying to use it in the header of a multipage app and it's forcing unnecessary space that can't be collapsed.

2 Likes

+1 to this

It is strange, I can confirm I can replicate this bug by:

  1. Add a cascader component to the canvas
  2. Change its label position to "left" from "top"
  3. Duplicate the component with ctrl + D
  4. Height of the cloned component assumes the label position is "top"

Workaround is to toggle label position to "top" and then back to "left"
Doesn't seem to happen with other select input components.

1 Like

Hi @ash-c,

Apologies for this issue! Good catch on finding this.

Thank you so much for the clean and concise steps to reproduce this @dcartlidge!

I was able to reproduce this behavior and I am filing a bug report for this right now.

Also many thanks for the finding a viable work around for short term :pray:

1 Like