We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
При выборе directions={['top-left']} и указании пропа maxHeight, высота отрезается снизу, из-за чего popup оторван от компонента Select
directions={['top-left']}
popup прижат к верху select
popup оторван от компонента Select
const options = [ { value: '01', text: 'ИП Фридман М.М.' }, { value: '02', text: 'ООО «Виктори»' }, { value: '03', text: 'ФГУП НПП ВНИИЭМ', props: { disabled: true } }, { value: '04', text: 'ООО «Багочин»' }, { value: '05', text: 'ООО «Альфа4»', props: { disabled: true } } ];
directions={['top-left']} maxHeight = {50}
The text was updated successfully, but these errors were encountered:
grewar
Successfully merging a pull request may close this issue.
При выборе
directions={['top-left']}
и указании пропа maxHeight, высота отрезается снизу, из-за чего popup оторван от компонента SelectОжидаемое поведение
popup прижат к верху select
Актуальное поведение
popup оторван от компонента Select
Шаги для воспроизведения
directions={['top-left']} maxHeight = {50}
The text was updated successfully, but these errors were encountered: