Fix Android Keyboard display issue
This commit is contained in:
@@ -53,7 +53,7 @@ export function CostCenterSelect(props) {
|
||||
inputSearchStyle={styles.inputSearchStyle}
|
||||
iconStyle={styles.iconStyle}
|
||||
|
||||
maxHeight={300}
|
||||
maxHeight={200}
|
||||
labelField="label"
|
||||
valueField="value"
|
||||
placeholder={!isFocus ? t("selectcostcenter.labels.placeholder") : t("selectcostcenter.labels.selectedplaceholder")}
|
||||
@@ -82,7 +82,7 @@ const styles = StyleSheet.create({
|
||||
alignContent: "center",
|
||||
},
|
||||
dropdown: {
|
||||
height: 48,
|
||||
height: 50,
|
||||
borderColor: "gray",
|
||||
borderWidth: 0.5,
|
||||
borderRadius: 4,
|
||||
@@ -101,10 +101,10 @@ const styles = StyleSheet.create({
|
||||
fontSize: 14,
|
||||
},
|
||||
placeholderStyle: {
|
||||
fontSize: 16,
|
||||
fontSize: 14,
|
||||
},
|
||||
selectedTextStyle: {
|
||||
fontSize: 16,
|
||||
fontSize: 14,
|
||||
},
|
||||
iconStyle: {
|
||||
width: 20,
|
||||
@@ -112,6 +112,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
inputSearchStyle: {
|
||||
height: 40,
|
||||
fontSize: 16,
|
||||
fontSize: 14,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user