akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

The size of Select does not affect the size of SelectItem #1417

Open cangSDARM opened 3 years ago

cangSDARM commented 3 years ago

๐Ÿ› Bug Report

To Reproduce

select doc image

Expected behavior

The size of Select should directly affect the size of its sub-components, that is, SelectItem, so that it will appear more coordinated

Link to runnable example or repository (highly encouraged)

select doc, see the part of "size"

UI Kitten and Eva version

Package Version
@eva-design/eva latest
@ui-kitten/components latest
cangSDARM commented 3 years ago

Should it be changed to enhancement? I donโ€™t know, but itโ€™s not very coordinated, especially on small cellphones.

Applizone commented 1 year ago

Agree. Even I set the size of the <Select size='small' />, the <SelectItem /> dropdown listing is still on default size.