Skip to content

Select - позиционирование Popup #1194

Open
Atcad opened this issue Aug 13, 2020 · 0 comments · May be fixed by #1252
Open

Select - позиционирование Popup #1194

Atcad opened this issue Aug 13, 2020 · 0 comments · May be fixed by #1252
Assignees

Comments

@Atcad
Copy link
Contributor

Atcad commented Aug 13, 2020

При выборе directions={['top-left']} и указании пропа maxHeight, высота отрезается снизу, из-за чего popup оторван от компонента Select

Ожидаемое поведение

popup прижат к верху select

Актуальное поведение

popup оторван от компонента Select

Шаги для воспроизведения

  1. Добавить в options 5-10 значений
const options = [
    { value: '01', text: 'ИП Фридман М.М.' },
    { value: '02', text: 'ООО «Виктори»' },
    { value: '03', text: 'ФГУП НПП ВНИИЭМ', props: { disabled: true } },
     { value: '04', text: 'ООО «Багочин»' },
    { value: '05', text: 'ООО «Альфа4»', props: { disabled: true } }
];
  1. Указать directions={['top-left']} maxHeight = {50}
@grewar grewar self-assigned this Dec 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants