equinor / mad

Experimental monorepo for the Mobile Application Delivery team

Home Page:https://equinor.github.io/mad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flex direction row do not work on Select

Jonas-Omdal opened this issue · comments

Package / App

MAD Components

Version

0.14.2

What happened?

The select component struggles when you use flex direction row.

image

Other info

No response

Relevant log output

No response

I saw this as well during development. Managed to find a way around it in the inspection app. Let me know if you want to see how I fixed it there.

The issue actually also applies to the text inputs, since they share the same exact styling as the select component.

I saw this as well during development. Managed to find a way around it in the inspection app. Let me know if you want to see how I fixed it there.

The issue actually also applies to the text inputs, since they share the same exact styling as the select component.

I fixed it for Select and Select.multi now. Only needed to add flex grow.