MithleshKumarAndroid / react-native-dropdown-mith

0 stars 0 forks source link

Dropdown is not below the component for open drop down #1

Open bhavinatharva opened 7 months ago

bhavinatharva commented 7 months ago

Here my code is ...

<DropDown
      selectedTextStyle={{ ...styles.selectedTextStyle, ...selectedTextStyle }}
      selectedText={selectedText}
      titleStyle={{ ...styles.titleStyle, ...titleStyle }}
      title={title}
      onClick={item => onClickItem(item)}
      placeHolder={placeHolder}
      data={data}
      containerStyle={{ ...styles.containerStyle, ...containerStyle }}
      dropDownStyle={{ ...styles.dropDownStyle, ...dropDownStyle }}
      itemTextStyle={{ ...styles.itemTextStyle, ...itemTextStyle }}
    />

Here is my view

is there any customisation to make dropdown below to component

Lovishchugh01 commented 1 month ago

Can you share containerStyle, dropDownStyle, itemTextStyle too.

bhavinatharva commented 1 month ago

Yes but I have update with another drop down package so its difficult to share

Lovishchugh01 commented 1 month ago

It was just the styling issue from your end in dropdownStyle.